VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
DtConsoleCommandOwner Class Reference

A utility class for use with DtConsoleCommandManager. This class takes ownership of an arbitrary number of DtConsoleCommands when it registers them with the manager. When this class is destroyed, it unregisters the commands from the manager and deletes them.

Public Member Functions

 DtConsoleCommandOwner (DtConsoleCommandManager *cmdMgr)
 
virtual ~DtConsoleCommandOwner ()
 
virtual void addCommand (const DtString &commandString, DtConsoleCommand *command)
 

Protected Attributes

DtConsoleCommandManagermyCommandManager
 

Private Member Functions

 DtConsoleCommandOwner ()
 
 DtConsoleCommandOwner (const DtConsoleCommandOwner &orig)
 
DtConsoleCommandOwneroperator= (const DtConsoleCommandOwner &orig)
 

Constructor & Destructor Documentation

DtConsoleCommandOwner::DtConsoleCommandOwner ( DtConsoleCommandManager cmdMgr)
virtual DtConsoleCommandOwner::~DtConsoleCommandOwner ( )
virtual
DtConsoleCommandOwner::DtConsoleCommandOwner ( )
private

Not Implemented.

DtConsoleCommandOwner::DtConsoleCommandOwner ( const DtConsoleCommandOwner orig)
private

Not Implemented.

Member Function Documentation

DtConsoleCommandOwner& DtConsoleCommandOwner::operator= ( const DtConsoleCommandOwner orig)
private

Not Implemented.

virtual void DtConsoleCommandOwner::addCommand ( const DtString commandString,
DtConsoleCommand command 
)
virtual

Adds this command to the DtConsoleCommandManager. Takes ownership of this command, and will delete it when destroyed.

Member Data Documentation

DtConsoleCommandManager* DtConsoleCommandOwner::myCommandManager
protected

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

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)