32 #ifndef TBX_COLOURMENU_H_
33 #define TBX_COLOURMENU_H_
35 #include "showpointobject.h"
43 class AboutToBeShownListener;
44 class HasBeenHiddenListener;
45 class ColourMenuSelectionListener;
59 enum { TOOLBOX_CLASS = 0x82980 };
int int_property(int property_id) const
Return the value of a property that returns an integer.
Definition: object.cc:477
A library for creating RISC OS toolbox applications.
Definition: abouttobeshownlistener.cc:35
Class to represent a standard desktop WIMP colour.
Definition: colour.h:147
ObjectId handle() const
Return the underlying toolbox object id this object references.
Definition: object.h:93
ObjectId _handle
Handle for toolbox object.
Definition: object.h:175
std::string string_property(int property_id) const
Return the value of a property that returns text.
Definition: object.cc:519
Object that can be shown at a specific position as well as its default place.
Definition: showpointobject.h:43
Listener for an object has been hidden event.
Definition: hasbeenhiddenlistener.h:36
int string_property_length(int property_id) const
Gets the size of a string properties buffer.
Definition: object.cc:572
void check_toolbox_class(int class_id) const
Check if this objects toolbox class is as specified.
Definition: object.cc:122
Listener for about to be shown event.
Definition: abouttobeshownlistener.h:77
Class to manipulate a toolbox object.
Definition: object.h:51
Base class for all toolbox event listeners.
Definition: listener.h:34
bool bool_property(int property_id) const
Get a boolean property from the toolbox Cobject.
Definition: object.cc:595