+ * +--- scheduler window ----------------------------+
+ * | +--- plalyist name ---------------------------+ |
+ * | +--- calendar --------------------------------+ |
+ * | | | |
+ * | +---------------------------------------------+ |
+ * | +--- time input ------------------------------+ |
+ * | | hour: +- hour -+ minute: +- minute -+ | |
+ * | +---------------------------------------------+ |
+ * | +-- schedule button --------------------------+ |
+ * | +-- close button -----------------------------+ |
+ * +-------------------------------------------------+
+ *
+ *
+ * @author $Author: maroy $
+ * @version $Revision: 1.1 $
+ */
+class SchedulePlaylistWindow : public Gtk::Window, public LocalizedObject
+{
+
+ protected:
+
+ /**
+ * The GLiveSupport object, holding the state of the application.
+ */
+ Ptr
+ * +--- scheduler window ----------------------------+
+ * | +--- calendar --------------------------------+ |
+ * | | | |
+ * | +---------------------------------------------+ |
+ * | +--- the selected day ------------------------+ |
+ * | +--- entires for the selected day ------------+ |
+ * | | +--- entry 1 -----------------------------+ | |
+ * | | | +-- start --+ +-- title --+ +-- end --+ | | |
+ * | | +-----------------------------------------+ | |
+ * | | +--- entry 2 -----------------------------+ | |
+ * | | | +-- start --+ +-- title --+ +-- end --+ | | |
+ * | | +-----------------------------------------+ | |
+ * | +---------------------------------------------+ |
+ * | +-- close button -----------------------------+ |
+ * +-------------------------------------------------+
+ *
+ *
+ * @author $Author: maroy $
+ * @version $Revision: 1.1 $
+ */
+class SchedulerWindow : public Gtk::Window, public LocalizedObject
+{
+
+ protected:
+
+ /**
+ * The columns model needed by Gtk::TreeView.
+ * Lists one scheduled item per row.
+ *
+ * @author $Author: maroy $
+ * @version $Revision: 1.1 $
+ */
+ class ModelColumns : public Gtk::TreeModel::ColumnRecord
+ {
+ public:
+ /**
+ * The column for the id of the playlist.
+ */
+ Gtk::TreeModelColumn