25 #ifndef TBX_RES_RESFONTMENU_H 26 #define TBX_RES_RESFONTMENU_H 28 #include "resobject.h" 40 enum {CLASS_ID = 0x82a40 };
183 #endif // TBX_RES_RESFONTMENU_H A library for creating RISC OS toolbox applications.
Definition: abouttobeshownlistener.cc:34
void init_string(int offset, const char *value)
Initialise a string in a constructor helper.
Definition: resbase.cc:1725
bool flag(int offset, int mask) const
Check if any of the bits in a mask are set.
Definition: resbase.h:352
void check_class_id(int class_id) const
Check if this objects class id is as specified.
Definition: resobject.cc:383
Classes to use/edit toolbox resources in memory.
int int_value(int offset) const
Get an integer value.
Definition: resbase.h:316
const char * string(int offset) const
Return a string at the given offset.
Definition: resbase.cc:1555
const char * name() const
Return pointer to name of object.
Definition: resobject.h:79
ResBase & operator=(const ResBase &other)
Assignment.
Definition: resbase.cc:1534
Base class for a resource object that can be edited.
Definition: resobject.h:52