PropertyList: Data Channels.
Definition at line 99 of file fbconsole.h.
#include <fbconsole.h>
Public Member Functions | |
virtual void | RemoveAt (int pIndex) |
Remove a data channel at pIndex. | |
virtual FBConsoleChannel * | operator[] (int pIndex) |
Overloaded [] operator. | |
virtual int | GetCount () |
Get channel count. | |
virtual int | Add (const char *pName) |
Add a channel by name. | |
FBConsoleChannel * | Find (const char *pName) |
Find a channel by name. |
virtual void RemoveAt | ( | int | pIndex | ) | [virtual] |
Remove a data channel at pIndex.
pIndex | Index of channel to remove. |
Implements FBPropertyBasicList.
virtual FBConsoleChannel* operator[] | ( | int | pIndex | ) | [virtual] |
Overloaded [] operator.
Get channel at pIndex.
pIndex | Index of channel to access. |
Implements FBPropertyBaseList< FBConsoleChannel * >.
virtual int GetCount | ( | ) | [virtual] |
virtual int Add | ( | const char * | pName | ) | [virtual] |
Add a channel by name.
There is a defined list of channels for the console.
pName | Name of channel to add. |
FBConsoleChannel* Find | ( | const char * | pName | ) |
Find a channel by name.
There is a defined list of channels for the console.
pName | Name of channel to find. |