#include <ModuleWindow.h>


Public Member Functions | |
| void | destroy () |
| destroys the instance of this class | |
| void | registerTab (std::string name, Gtk::ScrolledWindow &gui) |
| void | unregisterTab (Gtk::ScrolledWindow &gui) |
Static Public Member Functions | |
| static ModuleWindow * | getInstance () |
Definition at line 14 of file ModuleWindow.h.
| void ModuleWindow::destroy | ( | ) |
| ModuleWindow * ModuleWindow::getInstance | ( | ) | [static] |
| void ModuleWindow::registerTab | ( | std::string | name, | |
| Gtk::ScrolledWindow & | gui | |||
| ) |
AbstractGtkmmModuleGUI registers here
| name | the name of the module | |
| gui | gui of the module |
Definition at line 32 of file ModuleWindow.cpp.
| void ModuleWindow::unregisterTab | ( | Gtk::ScrolledWindow & | gui | ) |
AbstractGtkmmModuleGUI registers here
| gui | gui of the module |
Definition at line 37 of file ModuleWindow.cpp.
1.5.7.1