7 #ifndef __plan_RouteController_h__ 8 #define __plan_RouteController_h__ 23 virtual public Config,
24 virtual public HandlerI,
25 virtual public Dispatch,
27 virtual public Reactor,
34 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);
45 std::vector<Record> m_rg_src;
46 std::vector<Record> m_rg_dst;
47 WindowEvent::Mask m_start;
48 WindowEvent::Mask m_end;
49 WindowEvent::Mask m_delete;
56 AsWaypoint m_asWaypoint;
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
Definition: RouteController.h:22