class STTtlPanel
|
Porvides a logic analyzer view of a boolean state.
More... |
|
|
Public Methods
Protected Methods
Porvides a logic analyzer view of a boolean state. Can be used
to show the status of a boolean value as a square wave.
void SetPreferedColor (QColor SetColor)
| SetPreferedColor |
Change the color of the square wave.
void SetPoint (bool BitState)
| SetPoint |
Sets the status of the boolean state and advances the sqware wave one pixal.
void SetPointRatio (int NewRatio)
| SetPointRatio |
Advances the sqware wave one pixal with out changing state.
void TogelState ()
| TogelState |
Togels the status of the boolean state and advances the sqware wave one pixal.
bool GetState ()
| GetState |
Returns status of the boolean state.
void ResetSize ()
| ResetSize |
If you resize the panel, call this to set the draw points again.
STTtlPanel (QWidget *parent, const char *name, int PointsHi, int PointsWide)
| STTtlPanel |
Constructor
~STTtlPanel ()
| ~STTtlPanel |
Destructor
void drawContents (QPainter *Painter)
| drawContents |
[protected virtual]
Generated by: root on UtopiaPlanitia.Ept on Mon Dec 10 22:55:12 2001, using kdoc 2.0a53. |