#include <ConfigWindowModule.h>
Inheritance diagram for Impala::Application::MediaTable::ConfigWindowModule:
Public Member Functions | |
ConfigWindowModule (std::string type, std::string name) | |
void | DrawConfigWindow () |
void | SetErrorMessage (OglGui::Window *wnd, std::string msg) |
void | AddTextField (OglGui::Window *wnd, std::string label, std::string value="") |
void | AddSelectorWithTableDataViews (OglGui::Window *wnd, std::string label, std::string view="", int h=80) |
void | AddSelectorWithColumnsOfType (OglGui::Window *wnd, std::string label, std::string view, int type, bool typeIsFlag=false) |
void | StoreConfigWindowValues () |
void | ClearConfigWindowValues () |
void | DoReleaseConfigWindow () |
bool | OnCloseWindow (OglGui::Window *src, void *userData) |
Public Attributes | |
OglGui::Window * | mConfigWindow |
OglGui::StaticText * | mErrorMessage |
std::map< std::string, OglGui::StringSelector * > | mStringSelectors |
std::map< std::string, OglGui::TextField * > | mTextFields |
std::map< std::string, std::string > | mStringValues |
Definition at line 32 of file ConfigWindowModule.h.