Public Member Functions

FBPropertyListConsoleChannel Class Reference

Search for all occurrences

Detailed Description

PropertyList: Data Channels.

Definition at line 99 of file fbconsole.h.

#include <fbconsole.h>

Inheritance diagram for FBPropertyListConsoleChannel:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void RemoveAt (int pIndex)
 Remove a data channel at pIndex.
virtual FBConsoleChanneloperator[] (int pIndex)
 Overloaded [] operator.
virtual int GetCount ()
 Get channel count.
virtual int Add (const char *pName)
 Add a channel by name.
FBConsoleChannelFind (const char *pName)
 Find a channel by name.

Member Function Documentation

virtual void RemoveAt ( int  pIndex) [virtual]

Remove a data channel at pIndex.

Parameters:
pIndexIndex of channel to remove.

Implements FBPropertyBasicList.

virtual FBConsoleChannel* operator[] ( int  pIndex) [virtual]

Overloaded [] operator.

Get channel at pIndex.

Parameters:
pIndexIndex of channel to access.
Returns:
Handle to channel at pIndex.

Implements FBPropertyBaseList< FBConsoleChannel * >.

virtual int GetCount ( ) [virtual]

Get channel count.

Returns:
Number of channels.

Implements FBPropertyBasicList.

virtual int Add ( const char *  pName) [virtual]

Add a channel by name.

There is a defined list of channels for the console.

Parameters:
pNameName of channel to add.
Returns:
Index where channel was inserted.
FBConsoleChannel* Find ( const char *  pName)

Find a channel by name.

There is a defined list of channels for the console.

Parameters:
pNameName of channel to find.
Returns:
Pointer to the console channel found.

The documentation for this class was generated from the following file:

FBPropertyListConsoleChannel FBPropertyListConsoleChannel FBPropertyListConsoleChannel FBPropertyListConsoleChannel FBPropertyListConsoleChannel FBPropertyListConsoleChannel FBPropertyListConsoleChannel FBPropertyListConsoleChannel FBPropertyListConsoleChannel FBPropertyListConsoleChannel
FBPropertyListConsoleChannel FBPropertyListConsoleChannel FBPropertyListConsoleChannel FBPropertyListConsoleChannel FBPropertyListConsoleChannel FBPropertyListConsoleChannel FBPropertyListConsoleChannel FBPropertyListConsoleChannel FBPropertyListConsoleChannel FBPropertyListConsoleChannel