LibN2L-4 Library Code Reference
Classes
Compounds
Files
Members
Method Index
Full Reference
n2l::cGuiModelView Class Reference
A gui element which will draw at the current mouse location to act as a mouse point`er.
More...
#include <cGuiModelView.h>
Inheritance diagram for n2l::cGuiModelView:
[legend]Collaboration diagram for n2l::cGuiModelView:
[legend]List of all members.Public Types
Public Member Functions
Static Public Member Functions
Protected Member Functions
Detailed Description
A gui element which will draw at the current mouse location to act as a mouse point`er.
Definition at line 48 of file cGuiModelView.h.
Member Enumeration Documentation
|
|
- Enumerator:
-
| CameraMode_Auto |
|
| CameraMode_Manual |
|
| CameraMode_NumCameraModes |
|
Definition at line 51 of file cGuiModelView.h. |
Constructor & Destructor Documentation
| n2l::cGuiModelView::cGuiModelView |
( |
|
) |
|
|
| n2l::cGuiModelView::cGuiModelView |
( |
const cDynVar & |
iDefinition |
) |
|
|
| n2l::cGuiModelView::~cGuiModelView |
( |
|
) |
[virtual] |
|
Member Function Documentation
|
|
Method to return a copy of this element.
Useful as a way to get a non-const, bindable and canvas-able instance of an element from the resource loader. - Note:
- Bindings, name and canvas parent information are not cloned.
Implements n2l::cGuiElement.
Definition at line 284 of file cGuiModelView.cpp.
References cloneInto(). |
| void n2l::cGuiModelView::cloneInto |
( |
const cAutoPtr< cGuiModelView > & |
i_ioElement |
) |
const [protected, virtual] |
|
| void n2l::cGuiModelView::draw |
( |
|
) |
const [virtual] |
|
| void n2l::cGuiModelView::load |
( |
const cDynVar & |
iDefinition |
) |
[virtual] |
|
| virtual const tMatrix44f& n2l::cGuiModelView::meshTrans |
( |
|
) |
const [inline, virtual] |
|
| void n2l::cGuiModelView::meshTrans |
( |
const tMatrix44f & |
iTrans |
) |
[virtual] |
|
| const cDynVar n2l::cGuiModelView::prop |
( |
const tString & |
iName, |
|
|
const tString & |
iInnerKey = "" |
|
) |
const [virtual] |
|
| void n2l::cGuiModelView::prop |
( |
const tString & |
iName, |
|
|
const cDynVar & |
iVal, |
|
|
const tString & |
iInnerKey = "" |
|
) |
[virtual] |
|
| void n2l::cGuiModelView::texture |
( |
const cAutoPtr< const cGLTexture > & |
iTexture |
) |
[virtual] |
|
| void n2l::cGuiModelView::update |
( |
const tUint |
iTimePassed |
) |
[virtual] |
|
The documentation for this class was generated from the following files: