#include <tgGUI.h>
Public Member Functions | |
void | Activate () |
void | GetPlot2D (int x, int y, unsigned w, unsigned h) |
void | Screenshot (const char *filename) const |
tgGUI (unsigned width, unsigned height) | |
bool | Update () |
~tgGUI () | |
Private Member Functions | |
bool | InputControl (blortGLWindow::Event &event) |
Private Attributes | |
unsigned | m_height |
unsigned | m_width |
blortGLWindow::GLWindow * | m_window |
tgGUI::tgGUI | ( | unsigned | width, |
unsigned | height | ||
) |
tgGUI::~tgGUI | ( | ) |
void TomGine::tgGUI::Activate | ( | ) | [inline] |
void TomGine::tgGUI::GetPlot2D | ( | int | x, |
int | y, | ||
unsigned | w, | ||
unsigned | h | ||
) |
bool tgGUI::InputControl | ( | blortGLWindow::Event & | event | ) | [private] |
void tgGUI::Screenshot | ( | const char * | filename | ) | const |
bool tgGUI::Update | ( | ) |
unsigned TomGine::tgGUI::m_height [private] |
unsigned TomGine::tgGUI::m_width [private] |
blortGLWindow::GLWindow* TomGine::tgGUI::m_window [private] |