#include <object.h>
Collaboration diagram for YObjectArgs:
Public Member Functions | |
const QString & | GetName () const |
Returns the name of the object. | |
YActions * | GetActions () const |
Returns a ptr to the global actions. YActions* can be zero. | |
YSet * | GetSet () const |
Returns a ptr to the list if this object contains to a list. YSet* can be zero. | |
YObjectArgs (const YObjectArgs &i, YActions *a=0, YSet *s=0) | |
YObjectArgs (const QString &str=QString::null, YActions *a=0, YSet *s=0) | |
Private Attributes | |
QString | name |
localized name of object e.g. "task 1" if set otherwise "" | |
YActions * | actions |
ptr to object actions | |
YSet * | set |
ptr to parent list which contains the object to be created |
|
These are the constructors of YID. The instance will be initialized with the given parameters. After construction of the final object it is safe to destroy the objectargs |
|
These are the constructors of YID. The instance will be initialized with the given parameters. After construction of the final object it is safe to destroy the objectargs |
|
Returns a ptr to the global actions. YActions* can be zero.
|
|
Returns the name of the object.
|
|
Returns a ptr to the list if this object contains to a list. YSet* can be zero.
|
|
ptr to object actions
|
|
localized name of object e.g. "task 1" if set otherwise ""
|
|
ptr to parent list which contains the object to be created
|