#include <GlutWindow.hpp>
|
| static void | reshape (int _w, int _h) |
| |
| static void | keyEvent (unsigned char _key, int _x, int _y) |
| |
| static void | specKeyEvent (int _key, int _x, int _y) |
| |
| static void | mouseClick (int _button, int _state, int _x, int _y) |
| |
| static void | mouseDrag (int _x, int _y) |
| |
| static void | mouseMove (int _x, int _y) |
| |
| static void | refresh () |
| |
| static void | refreshTimer (int _val) |
| |
| static void | runTimer (int _val) |
| |
| static GlutWindow * | current () |
| |
|
| virtual void | resize (int _w, int _h)=0 |
| |
| virtual void | render ()=0 |
| |
| virtual void | keyboard (unsigned char _key, int _x, int _y) |
| |
| virtual void | specKey (int _key, int _x, int _y) |
| |
| virtual void | click (int _button, int _state, int _x, int _y) |
| |
| virtual void | drag (int _x, int _y) |
| |
| virtual void | move (int _x, int _y) |
| |
| virtual void | displayTimer (int _val) |
| |
| virtual void | simTimer (int _val) |
| |
| virtual bool | screenshot () |
| |
◆ GlutWindow()
| dart::gui::GlutWindow::GlutWindow |
( |
| ) |
|
◆ ~GlutWindow()
| dart::gui::GlutWindow::~GlutWindow |
( |
| ) |
|
|
virtual |
◆ click()
| void dart::gui::GlutWindow::click |
( |
int |
_button, |
|
|
int |
_state, |
|
|
int |
_x, |
|
|
int |
_y |
|
) |
| |
|
protectedvirtual |
◆ current()
◆ displayTimer()
| void dart::gui::GlutWindow::displayTimer |
( |
int |
_val | ) |
|
|
protectedvirtual |
◆ drag()
| void dart::gui::GlutWindow::drag |
( |
int |
_x, |
|
|
int |
_y |
|
) |
| |
|
protectedvirtual |
◆ initWindow()
| void dart::gui::GlutWindow::initWindow |
( |
int |
_w, |
|
|
int |
_h, |
|
|
const char * |
_name |
|
) |
| |
|
virtual |
◆ keyboard()
| void dart::gui::GlutWindow::keyboard |
( |
unsigned char |
_key, |
|
|
int |
_x, |
|
|
int |
_y |
|
) |
| |
|
protectedvirtual |
◆ keyEvent()
| void dart::gui::GlutWindow::keyEvent |
( |
unsigned char |
_key, |
|
|
int |
_x, |
|
|
int |
_y |
|
) |
| |
|
static |
◆ mouseClick()
| void dart::gui::GlutWindow::mouseClick |
( |
int |
_button, |
|
|
int |
_state, |
|
|
int |
_x, |
|
|
int |
_y |
|
) |
| |
|
static |
◆ mouseDrag()
| void dart::gui::GlutWindow::mouseDrag |
( |
int |
_x, |
|
|
int |
_y |
|
) |
| |
|
static |
◆ mouseMove()
| void dart::gui::GlutWindow::mouseMove |
( |
int |
_x, |
|
|
int |
_y |
|
) |
| |
|
static |
◆ move()
| void dart::gui::GlutWindow::move |
( |
int |
_x, |
|
|
int |
_y |
|
) |
| |
|
protectedvirtual |
◆ refresh()
| void dart::gui::GlutWindow::refresh |
( |
| ) |
|
|
static |
◆ refreshTimer()
| void dart::gui::GlutWindow::refreshTimer |
( |
int |
_val | ) |
|
|
static |
◆ render()
| virtual void dart::gui::GlutWindow::render |
( |
| ) |
|
|
protectedpure virtual |
◆ reshape()
| void dart::gui::GlutWindow::reshape |
( |
int |
_w, |
|
|
int |
_h |
|
) |
| |
|
static |
◆ resize()
| virtual void dart::gui::GlutWindow::resize |
( |
int |
_w, |
|
|
int |
_h |
|
) |
| |
|
protectedpure virtual |
◆ runTimer()
| void dart::gui::GlutWindow::runTimer |
( |
int |
_val | ) |
|
|
static |
◆ screenshot()
| bool dart::gui::GlutWindow::screenshot |
( |
| ) |
|
|
protectedvirtual |
◆ simTimer()
| void dart::gui::GlutWindow::simTimer |
( |
int |
_val | ) |
|
|
protectedvirtual |
◆ specKey()
| void dart::gui::GlutWindow::specKey |
( |
int |
_key, |
|
|
int |
_x, |
|
|
int |
_y |
|
) |
| |
|
protectedvirtual |
◆ specKeyEvent()
| void dart::gui::GlutWindow::specKeyEvent |
( |
int |
_key, |
|
|
int |
_x, |
|
|
int |
_y |
|
) |
| |
|
static |
◆ mBackground
| double dart::gui::GlutWindow::mBackground[4] |
|
protected |
◆ mCapture
| bool dart::gui::GlutWindow::mCapture |
|
protected |
◆ mDisplayTimeout
| double dart::gui::GlutWindow::mDisplayTimeout |
|
protected |
◆ mMouseDown
| bool dart::gui::GlutWindow::mMouseDown |
|
protected |
◆ mMouseDrag
| bool dart::gui::GlutWindow::mMouseDrag |
|
protected |
◆ mMouseX
| int dart::gui::GlutWindow::mMouseX |
|
protected |
◆ mMouseY
| int dart::gui::GlutWindow::mMouseY |
|
protected |
◆ mRI
◆ mScreenshotTemp
| std::vector<unsigned char> dart::gui::GlutWindow::mScreenshotTemp |
|
protected |
◆ mScreenshotTemp2
| std::vector<unsigned char> dart::gui::GlutWindow::mScreenshotTemp2 |
|
protected |
◆ mWindows
| std::vector< GlutWindow * > dart::gui::GlutWindow::mWindows |
|
static |
◆ mWinHeight
| int dart::gui::GlutWindow::mWinHeight |
|
protected |
◆ mWinIDs
| std::vector< int > dart::gui::GlutWindow::mWinIDs |
|
static |
◆ mWinWidth
| int dart::gui::GlutWindow::mWinWidth |
|
protected |