|
| albaEventIO (void *sender=NULL, albaID id=ID_NO_EVENT, albaID item_id=-1, void *data=NULL, albaID channel=MCH_UP) |
|
virtual | ~albaEventIO () |
|
| albaTypeMacro (albaEventIO, albaEventBase) |
|
virtual void | DeepCopy (const albaEventIO *c) |
|
void | SetItemId (albaID id) |
|
albaID | GetItemId () |
|
void | SetStorage (albaStorage *storage) |
|
albaStorage * | GetStorage () |
|
void | SetRoot (albaVME *root) |
|
albaVME * | GetRoot () |
|
| albaEventBase (void *sender=NULL, albaID id=ID_NO_EVENT, void *data=NULL, albaID channel=MCH_UP) |
|
virtual | ~albaEventBase () |
|
| albaTypeMacro (albaEventBase, albaObject) |
|
| albaEventBase (const albaEventBase &c) |
|
virtual void | DeepCopy (const albaEventBase *alba_event) |
|
void | SetSender (void *sender) |
|
void * | GetSender () |
|
void | SetId (albaID id) |
|
albaID | GetId () |
|
albaID | GetChannel () |
|
void | SetChannel (albaID channel) |
|
void | SetData (void *calldata) |
|
void * | GetData () |
|
| albaObject () |
|
virtual | ~albaObject () |
|
virtual void | Delete () |
|
virtual const char * | GetTypeName () const |
|
virtual bool | IsA (const char *type_name) const |
|
virtual bool | IsA (const albaTypeID &type_id) const |
|
virtual albaObject * | NewObjectInstance () const =0 |
|
virtual const albaTypeID & | GetTypeId () const |
|
virtual void | Print (std::ostream &os, const int indent=0) const |
|
| albaObject (const albaObject &c) |
|
Implementation of event used to exchange info about tree I/O.
This event is thought to allow exchanging information regarding I/O of the tree.
- See also
- albaEventBase albaVME albaVMEItem albaStorage albaSubject albaObserver
Definition at line 37 of file albaEventIO.h.