25 #ifndef TBX_RES_RESPOPUP_H
26 #define TBX_RES_RESPOPUP_H
28 #include "resgadget.h"
40 enum {TYPE_ID = 704 };
137 #endif // TBX_RES_RESPOPUP_H
Base class for gadget memory resources.
Definition: resgadget.h:42
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
const char * string(int offset) const
Return a string at the given offset.
Definition: resbase.cc:1555
ResBase & operator=(const ResBase &other)
Assignment.
Definition: resbase.cc:1534
void check_type(int type) const
Check if this gadgets type is as specified.
Definition: reswindow.cc:97