class TextWindow: public Gtk_Window


Inheritance:


Public Methods

TextWindow( int id, Session &s )
~TextWindow()
void select_text_line_by_time( time_t t )
synchronize video fragment with text
void select_text_line( unsigned int linenum )
int close_text_window( GdkEventAny *ev )
callback
void callback_text_select_row( gint row, gint col, GdkEvent *button )
callback
void callback_play()
play
void callback_stop()
stop

Protected Fields

static const int topWindowInitSizeX
static const int topWindowInitSizeY
static const int movieTextColumns

Protected Methods

gint delete_event_impl( GdkEventAny * )

Private Fields

Session& session
reference to Session
int movieId
id of movie
Gtk_MenuBar* menuBar
top menu
Gtk_Statusbar* statusBar
bottom status bar
Gtk_CList* movieText
text
time_t currentSelectTime
hold the currently selected play position as time

Documentation

Session& session
reference to Session

int movieId
id of movie

Gtk_MenuBar* menuBar
top menu

Gtk_Statusbar* statusBar
bottom status bar

Gtk_CList* movieText
text

time_t currentSelectTime
hold the currently selected play position as time

gint delete_event_impl( GdkEventAny * )

static const int topWindowInitSizeX

static const int topWindowInitSizeY

static const int movieTextColumns

TextWindow( int id, Session &s )

~TextWindow()

void select_text_line_by_time( time_t t )
synchronize video fragment with text

void select_text_line( unsigned int linenum )

int close_text_window( GdkEventAny *ev )
callback

void callback_text_select_row( gint row, gint col, GdkEvent *button )
callback

void callback_play()
play

void callback_stop()
stop


This class has no child classes.

alphabetic index html hierarchy of classes or java



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