7 #ifndef __plan_ChainOpController_h__ 8 #define __plan_ChainOpController_h__ 23 virtual public Config,
24 virtual public HandlerI,
25 virtual public Dispatch,
33 void initialize(
void);
37 virtual void handle(
Record &r_sig);
40 virtual bool call(
const String &a_name, std::vector<Instance> a_argv);
42 void prototype(
Record &r_proto);
49 AsChainOp m_asChainOp;
50 AsSelectable m_asSelectable;
56 WindowEvent::Mask m_start;
57 WindowEvent::Mask m_end;
58 WindowEvent::Mask m_add;
59 WindowEvent::Mask m_destroy;
60 WindowEvent::Mask m_childselect;
Definition: ChainOpController.h:22
kernel
Definition: namespace.dox:3
Per-class participation in the Initialized <> mechanism.
Definition: Initialized.h:117
Automatically reference-counted string container.
Definition: String.h:128
Reference to an instance of a Layout.
Definition: RecordSB.h:35