TextPointerCursorT Methods |
The TextPointerCursorT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| generateText |
Generates text for pointer.
| |
| gethash |
Typed version of getPointerHash(IPointer). Returns a hash of a cursor state.
| |
| getPointerHash |
Returns pointer hash.
(Overrides PointerCursorgetPointerHash(IPointer).) | |
| hide |
Hides (clears) this instance.
(Inherited from PointerCursor.) | |
| Hide |
Hides this instance.
(Inherited from PointerCursor.) | |
| Init |
Initializes (resets) the cursor.
(Inherited from PointerCursor.) | |
| SetState |
Sets the state of the cursor.
(Inherited from PointerCursor.) | |
| show |
Shows this instance.
(Inherited from PointerCursor.) | |
| textIsVisible |
Indicates if text should be visible.
| |
| update |
This method is called every time when the pointer changes.
(Inherited from PointerCursor.) | |
| updateOnce |
This method is called once when the cursor is initialized.
(Overrides PointerCursorupdateOnce(IPointer).) | |
| UpdatePointer |
Updates the pointer. This method is called when the pointer is moved.
(Inherited from PointerCursor.) |