25 #ifndef TBX_SHOWPOINTOBJECT_H
26 #define TBX_SHOWPOINTOBJECT_H
ShowPointObject(ObjectId handle)
Construct from a Toolbox object id.
Definition: showpointobject.h:57
void show_as_submenu(const MenuItem &parent)
Show object as a sub menu from the given menu item.
Definition: showpointobject.cc:187
void show_as_menu()
Show object as a menu at default position.
Definition: showpointobject.cc:102
Base class for components in an object.
Definition: component.h:42
Class to represent a position in two dimensional space.
Definition: point.h:36
unsigned int ObjectId
Type for underlying toolbox object id.
Definition: handles.h:31
void show()
Show the object at the default place.
Definition: object.cc:240
ObjectId handle() const
Return the underlying toolbox object id this object references.
Definition: object.h:93
ShowPointObject()
Constructor with no reference to a Toolbox object.
Definition: showpointobject.h:51
ShowPointObject(const res::ResObject &object_template)
Create Toolbox object from a memory template and make this object a reference to it.
Definition: showpointobject.h:78
Object that can be shown at a specific position as well as its default place.
Definition: showpointobject.h:42
Base class for a resource object that can be edited.
Definition: resobject.h:52
ShowPointObject(const Object &other)
Construct as reference to another Toolbox object.
Definition: showpointobject.h:63
Class to manipulate a toolbox object.
Definition: object.h:50
ShowPointObject(const std::string &template_name)
Create a Toolbox object and make this object a reference to it.
Definition: showpointobject.h:70