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 HFBConsoleChannel  operator[] (int pIndex)
  Overloaded [] operator.
virtual int  GetCount ()
  Get channel count.
virtual int  Add (char *pName)
  Add a channel by name.
HFBConsoleChannel  Find (char *pName)
  Find a channel by name.

Member Function Documentation

virtual void RemoveAt ( int  pIndex ) [virtual]

Remove a data channel at pIndex.

Parameters:
pIndex Index of channel to remove.

Implements FBPropertyBasicList.

virtual HFBConsoleChannel operator[] ( int  pIndex ) [virtual]

Overloaded [] operator.

Get channel at pIndex.

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

Implements FBPropertyBaseList< HFBConsoleChannel >.

virtual int GetCount ( ) [virtual]

Get channel count.

Returns:
Number of channels.

Implements FBPropertyBasicList.

virtual int Add ( char *  pName ) [virtual]

Add a channel by name.

There is a defined list of channels for the console.

Parameters:
pName Name of channel to add.
Returns:
Index where channel was inserted.
HFBConsoleChannel Find ( char *  pName )

Find a channel by name.

There is a defined list of channels for the console.

Parameters:
pName Name 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