class MainWindow: public Gtk_Window


Inheritance:


Public Fields

typedef const map < int, MovieItem > CMapOfMoviesT

Public Methods

MainWindow( Session &s )
~MainWindow()
gint delete_event_impl( GdkEventAny * )
void display_database_name( string &dbname )
transfer data from session
void show_superuser_status( bool status )
display the "superuser" on status bar
void status_changed_to_superuser( bool status )
update menu
void update_movie_list( CMapOfMoviesT &movies )
display
void update_pixmap( int row )
void update_pixmap_by_id( int id )
void display_message( const string &msg )
void display_messagenl( const string &msg )
void display_messages( const vector< string > &msgs )

Private Fields

Session& session
reference to Session
Gtk_MenuBar* menuBar
top menu
Gtk_Menu* editMenu
some entries are added on the fly
Gtk_Statusbar* statusBar
bottom status bar
guint statusBarContextId
Gtk_Text* logText
log events
Gtk_ToggleButton* toggleLogAuto
toggle if the log test follows the last line
Gtk_Label* dbNameLabel
Gtk_CList* movieList
list of all movies in current database
static const int movieListColumns
int movieListCurrentlySelectedMovie
Gtk_Text* dbMovieName
right - pane items: movie name
Gtk_Text* comments
Gtk_Label* dbStartTime
start
Gtk_Label* dbDuration
duration
Gtk_Entry* dbNameText
edit text to change database name
Gtk_Pixmap* textLoadedPixmap
pixmap to construct small bullets at the left of movie list window
Gtk_Pixmap* textNotLoadedPixmap

Documentation

Session& session
reference to Session

Gtk_MenuBar* menuBar
top menu

Gtk_Menu* editMenu
some entries are added on the fly

Gtk_Statusbar* statusBar
bottom status bar

guint statusBarContextId

Gtk_Text* logText
log events

Gtk_ToggleButton* toggleLogAuto
toggle if the log test follows the last line

Gtk_Label* dbNameLabel

Gtk_CList* movieList
list of all movies in current database

static const int movieListColumns

int movieListCurrentlySelectedMovie

Gtk_Text* dbMovieName
right - pane items: movie name

Gtk_Text* comments

Gtk_Label* dbStartTime
start

Gtk_Label* dbDuration
duration

Gtk_Entry* dbNameText
edit text to change database name

Gtk_Pixmap* textLoadedPixmap
pixmap to construct small bullets at the left of movie list window

Gtk_Pixmap* textNotLoadedPixmap

typedef const map < int, MovieItem > CMapOfMoviesT

MainWindow( Session &s )

~MainWindow()

gint delete_event_impl( GdkEventAny * )

void display_database_name( string &dbname )
transfer data from session

void show_superuser_status( bool status )
display the "superuser" on status bar

void status_changed_to_superuser( bool status )
update menu

void update_movie_list( CMapOfMoviesT &movies )
display

void update_pixmap( int row )

void update_pixmap_by_id( int id )

void display_message( const string &msg )

void display_messagenl( const string &msg )

void display_messages( const vector< string > &msgs )


This class has no child classes.

alphabetic index html hierarchy of classes or java



This page was generated with the help of DOC++.