#include <ivf/IvfCursor.h>
Inheritance diagram for CIvfCursor:

Public Types | |
| enum | TCursorType { CT_LINE_CURSOR, CT_SOLID_CURSOR } |
Public Member Functions | |
| CIvfCursor () | |
| virtual | ~CIvfCursor () |
| IvfClassInfo ("CIvfCursor", CIvfComposite) | |
| void | setSize (double size) |
| void | setCursorType (TCursorType type) |
| int | getCursorType () |
Protected Member Functions | |
| virtual void | createGeometry () |
CIvfCursor implements a cursor shape. The shape consists of three brick shapes i creating a three dimensional cross.
Definition at line 41 of file IvfCursor.h.
|
|
CIvfCursor constructor |
|
|
CIvfCursor destructor |
|
|
Forces an object recalculation. Reimplemented from CIvfComposite. |
|
|
Return cursor type |
|
|
Set cursor type The cursor can be represented by lines or as solid shapes.
|
|
|
Set cursor size The size set the length of the individual brick shapes. The thickness of the brick shapes are set to 5 % of the length. |
1.4.6-NO