VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Member Functions
DtTaskStatusList Class Reference
Inheritance diagram for DtTaskStatusList:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtTaskStatusList ()
 default constructor
 DtTaskStatusList (const DtString &name, DtReaderWriterRegistry *const parentRegistry=0)
 constructor
virtual ~DtTaskStatusList ()
 destructor
 DtTaskStatusList (const DtString &name, const DtTaskStatusList &orig, DtReaderWriterRegistry *parentRegistry=0)
 copy constructor
DtTaskStatusListoperator= (const DtTaskStatusList &orig)
 assignment operator
virtual void addTaskStatusEntry (DtTaskStatusEntry *taskStatusEntry)
 Add a DtTaskStatusEntry to the list (appended to the end of the list).
virtual void removeTaskStatusEntry (DtTaskStatusEntry *taskStatusEntry, DtListItem *listItem)
 Remove a given DtTaskStatusEntry from the list.
virtual DtListItem * lookupTaskStatusEntry (const DtString &controllerName) const
 Lookup task status entry list item for a given component If there are multiple with the same controllerName, this returns the first one.
virtual DtListItem * lookupTaskStatusEntry (const DtString &controllerName, int taskId) const
 Lookup task status entry list item for a given component and taskId.
virtual std::list
< DtTaskStatusEntry * > 
lookupAllTaskStatusEntries (const DtString &controllerName) const
void emptyList ()
 Removes and deletes all DtTaskStatusEntry entries from our list.

Protected Member Functions

virtual DtlObjPtr getData (DtlObjPtr args, const DtFilename &searchPath, const DtVariableBindingsList &variableBindings)
 Constructs a DtTaskStatusEntry item, and then retrieves it from the stream.
void copyList (const DtTaskStatusList &orig)
 Copies list of DtTaskStatusEntrys to ourself.

Constructor & Destructor Documentation

default constructor

DtTaskStatusList::DtTaskStatusList ( const DtString name,
DtReaderWriterRegistry *const  parentRegistry = 0 
)

constructor

virtual DtTaskStatusList::~DtTaskStatusList ( ) [virtual]

destructor

DtTaskStatusList::DtTaskStatusList ( const DtString name,
const DtTaskStatusList orig,
DtReaderWriterRegistry parentRegistry = 0 
)

copy constructor


Member Function Documentation

DtTaskStatusList& DtTaskStatusList::operator= ( const DtTaskStatusList orig)

assignment operator

virtual void DtTaskStatusList::addTaskStatusEntry ( DtTaskStatusEntry taskStatusEntry) [virtual]

Add a DtTaskStatusEntry to the list (appended to the end of the list).

virtual void DtTaskStatusList::removeTaskStatusEntry ( DtTaskStatusEntry taskStatusEntry,
DtListItem *  listItem 
) [virtual]

Remove a given DtTaskStatusEntry from the list.

Just deletes the DtListItem, does not delete the DtTaskStatusEntry itself. When last item is removed, sets value specified to false.

virtual DtListItem* DtTaskStatusList::lookupTaskStatusEntry ( const DtString controllerName) const [virtual]

Lookup task status entry list item for a given component If there are multiple with the same controllerName, this returns the first one.

virtual DtListItem* DtTaskStatusList::lookupTaskStatusEntry ( const DtString controllerName,
int  taskId 
) const [virtual]

Lookup task status entry list item for a given component and taskId.

virtual std::list<DtTaskStatusEntry*> DtTaskStatusList::lookupAllTaskStatusEntries ( const DtString controllerName) const [virtual]
Returns:
A list of pointers to all the DtTaskStatusEntry that have the specified controller name.

Removes and deletes all DtTaskStatusEntry entries from our list.

virtual DtlObjPtr DtTaskStatusList::getData ( DtlObjPtr  args,
const DtFilename &  searchPath,
const DtVariableBindingsList variableBindings 
) [protected, virtual]

Constructs a DtTaskStatusEntry item, and then retrieves it from the stream.

Implements DtRwList.

void DtTaskStatusList::copyList ( const DtTaskStatusList orig) [protected]

Copies list of DtTaskStatusEntrys to ourself.


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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)