#include <ScreenTabs.h>
Inheritance diagram for Impala::Application::IDash::ScreenTabs:
Public Types | |
typedef Visualization::AppController | AppController |
Public Member Functions | |
ScreenTabs (int width, int height) | |
ScreenTabs (OglGui::Window *parent, int width, int height) | |
ScreenTabs (OglGui::Window *parent, int x, int y, int width, int height) | |
ScreenTabs (OglGui::Window *parent) | |
OglGui::Tabs * | GetTabs () |
OglGui::Window * | MakeTab (std::string title, int identifier) |
void | GotoTab (int tabID) |
virtual void | TabSelectionEvent (OglGui::Tabs *src, int tabNr, void *listenerData, int tabControlData) |
Private Member Functions | |
void | InitScreen () |
Private Attributes | |
OglGui::Tabs * | mTabs |
ILOG_VAR_DEC |
Definition at line 22 of file ScreenTabs.h.