golib
0.5
|
Public Member Functions | |
void | loadImage () |
void | loadImageName (const char *fname) |
void | loadCurve () |
void | sobel () |
void | canny () |
goCaller1< int, goAutoPtr< goSignal3DBase< void > > > & | imageCaller () |
goCaller1< int, goAutoPtr< goSignal3DBase< void > > > & | edgeMapCaller () |
![]() | |
void | addControl (goGUI::Control &c, bool active=true) |
void | setControlsVisibility () |
Shows/hides controls as indicated by the controls menu. | |
Gtk::Menu * | addMenu (const char *label) |
Gtk::MenuItem * | addMenuItem (Gtk::Menu *, const char *label) |
void | addFileAbout (const char *aboutText=0) |
void | addFileQuit () |
void | setAboutText (const char *) |
virtual void | fileAbout () |
virtual void | fileQuit () |
void | controlsToggled (goGUI::Control *control, Gtk::CheckMenuItem *item=0) |
Gtk::HPaned & | getPaned () |
Get Gtk::HPaned that is supposed to be the main widget. More... | |
Gtk::MenuBar & | getMenuBar () |
Gtk::Menu * | getFileMenu () |
Gtk::Menu * | getControlsMenu () |
Additional Inherited Members | |
![]() | |
Gtk::MenuBar | myMenuBar |
Gtk::VBox | myControlBox |
Gtk::HPaned | myPaned |
Gtk::Menu * | myFileMenu |
Gtk::Menu * | myControlsMenu |
goString | myAboutText |
MainWindowPrivate * | myPrivate |