#include <editors.h>
Inheritance diagram for TIndicator::

Public Methods | |
| TIndicator (const TRect &) | |
| virtual void | draw () |
| virtual TPalette& | getPalette () const |
| virtual void | setState (ushort, Boolean) |
| void | setValue (const TPoint &aLocation, Boolean aModified) |
Static Public Methods | |
| TStreamable* | build () |
Static Public Attributes | |
| char | dragFrame |
| char | normalFrame |
| const char* const | name |
Protected Methods | |
| TIndicator (StreamableInit) | |
Protected Attributes | |
| TPoint | location |
| Boolean | modified |
Definition at line 203 of file editors.h.
|
|
Creates a TIndicator object. |
|
|
Undocumented. |
|
|
Called to create an object in certain stream reading situations. Reimplemented from TView. |
|
|
Draws the indicator. If variable modified is True, a special character (ASCII value 15, a star on PC graphic adapters) is displayed. Reimplemented from TView. |
|
|
Returns the TIndicator default palette. Reimplemented from TView. |
|
|
Draws the indicator in the frame-dragging color if the view is being dragged. Reimplemented from TView. |
|
|
Method called by TEditor to update and display the values of the data members of the associated TIndicator object.
|
|
|
Undocumented. |
|
|
Stores the location to display. Updated by a TEditor. |
|
|
True if the associated TEditor has been modified. |
|
|
Undocumented. Reimplemented from TView. |
|
|
Undocumented. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001