This class represents a manager for command sources and sinks.
![]() | Register ( const char * className, const char * commandName, PCommandSink * sink ) Register the command sink. |
![]() | Find ( const PString & className, const PString & commandName ) Locate the command sink that was registered with the specified attributes. |
Run Time Type functions
Comparison functions
I/O functions
Miscellaneous functions
This class represents a manager for command sources and sinks. This works in conjunction with the PCommandSink and PCommandSource classes to implement dynamically bound commands on PTopLevelWindow or PMDIDocWindow classes.The PApplication class contains a single instance of this class. This will contain all of the registered command sinks. When a command source executes a command, this database is consulted to locate the command sink that will actually execute the command functions.
PCommandSink* Find( const PString & className, const PString & commandName )
commandName - Name of the command.
Alphabetic index HTML hierarchy of classes or Java