#include <ALoadedActor.h>
Public Member Functions | |
Configurator (ALoadedActor *lactor, ConfigFunction f) | |
virtual void | Configure () |
configure environment for the actor. More... | |
virtual UInt_t | GetError () const |
virtual NarvalInterface * | Register () |
creates an instance of the actor More... | |
void | SetConfigMethod (ConfigFunction f) |
virtual void | SetError (UInt_t err=0u) |
Reset error. More... | |
virtual | ~Configurator () |
Protected Attributes | |
ConfigFunction | fConfigFunction |
real method to be used to configure the actor More... | |
UInt_t | fError |
last error More... | |
ALoadedActor * | fRefToLoadedActor |
Ref to the loader using this in order to have access to the list of global (containing ConfDir) More... | |
Definition at line 260 of file ALoadedActor.h.