|
void | onDraw (uint viewId) override |
|
void | onDrawContent (uint) override |
|
void | onInit (uint viewId) override |
|
void | onMouseDoubleClick (MouseButton::Enum button, double x, double y, const KeyModifiers &modifiers) override |
|
| ViewerDrawerOpenGL2 (const std::shared_ptr< DrawableObjectVector > &v, uint width=1024, uint height=768) |
|
| ViewerDrawerOpenGL2 (uint width=1024, uint height=768) |
|
| AbstractViewerDrawer (uint width=1024, uint height=768) |
|
const DrawableObjectVector & | drawableObjectVector () const |
|
void | fitScene () |
|
void | onInit (uint) override |
|
void | onKeyPress (Key::Enum key, const KeyModifiers &modifiers) override |
|
uint | pushDrawableObject (const DrawableObject &obj) |
|
uint | pushDrawableObject (DrawableObject &&obj) |
|
void | setDrawableObjectVector (const std::shared_ptr< DrawableObjectVector > &v) |
|
uint & | id () |
|
void | readDepthRequest (double x, double y, bool homogeneousNDC=true) |
|
void | readIdRequest (double x, double y, std::function< void(uint)> idCallback) |
|
std::shared_ptr< DrawableObjectVector > | mDrawList |
|
The documentation for this class was generated from the following file: