CActionDataSet Class Reference
class for mantaining the
action data objects of all actions of an action set
More...
#include <caction.h>
List of all
members.
Detailed Description
class for mantaining the action data objects of all actions of an
action set
This class is needed mainly for controllers, since they are not
allowed to change the data of the action itself, they maintain a
local action dataset, and modify the data of the data set.
Constructor & Destructor Documentation
|
CActionDataSet::CActionDataSet
|
( |
CActionSet *
|
actions |
) |
|
|
|
CActionDataSet::CActionDataSet
|
( |
|
) |
|
|
| virtual
CActionDataSet::~CActionDataSet
|
( |
|
) |
[virtual] |
|
Member Function Documentation
| void
CActionDataSet::addActionData
|
( |
CAction *
|
action |
) |
|
|
| void
CActionDataSet::removeActionData
|
( |
CAction *
|
action |
) |
|
|
Member Data Documentation
The documentation for this class was generated from the following
file:
|