25 #ifndef __I6ENGINE_API_COMPONENTS_TOGGLEWAYNETCOMPONENT_H__
26 #define __I6ENGINE_API_COMPONENTS_TOGGLEWAYNETCOMPONENT_H__
46 return "ToggleWaynet";
67 void Finalize()
override;
#define ISIXE_MODULES_API
attributeMap synchronize() const override
synchronizes the Components state
std::string getTemplateName() const override
returns the name this template was registered with
boost::shared_ptr< Message > Ptr
std::map< std::string, std::string > attributeMap
Interface for every class that wants to subscribe to the messaging system.
std::vector< componentOptions > getComponentOptions() override
returns a vector containing all options of the Component being readable and writeable in the editor ...
Component used to show the waynet.
void enable(bool enabled)
enables or disables the showing of the waynet
Component Base Class. All Components must derive from Component.