#include
<fbconsole.h>

Definition at line 74 of file fbconsole.h.
Public Member Functions |
|
| FBConsoleChannel (char *pName) | |
| Constructor. |
|
Public Attributes |
|
| FBPropertyString | Name |
| Property: Name of channel. |
|
| FBPropertyString | Description |
| Property: Description of channel.
|
|
| FBPropertyString | Group |
| Property: Group that channel is part
of. |
|
| FBPropertyConsoleChannelType | Type |
| Property: Type of channel. |
|
| FBPropertyDouble | Value |
| Property: Current value of channel.
|
|
| FBPropertyDouble | Min |
| Property: Minimum value. |
|
| FBPropertyDouble | Max |
| Property: Maximum value. |
|
| FBPropertyDouble | Step |
| Property: Stepping value of channel.
|
|
| FBConsoleChannel | ( | char * | pName | ) |
Constructor.
| pName | Channel name. |
Property: Name of channel.
Reimplemented from FBComponent.
Definition at line 83 of file fbconsole.h.
Property: Description of channel.
Definition at line 84 of file fbconsole.h.
Property: Group that channel is part of.
Definition at line 85 of file fbconsole.h.
| FBPropertyConsoleChannelType Type |
Property: Type of channel.
Definition at line 86 of file fbconsole.h.
Property: Current value of channel.
Definition at line 87 of file fbconsole.h.
Property: Minimum value.
Definition at line 88 of file fbconsole.h.
Property: Maximum value.
Definition at line 89 of file fbconsole.h.
Property: Stepping value of channel.
Definition at line 90 of file fbconsole.h.