25 #ifndef TBX_RES_RESADJUSTER_H 26 #define TBX_RES_RESADJUSTER_H 28 #include "resgadget.h" 39 enum {TYPE_ID = 768 };
129 #endif // TBX_RES_RESADJUSTER_H A library for creating RISC OS toolbox applications.
Definition: abouttobeshownlistener.cc:34
Base class for gadget memory resources.
Definition: resgadget.h:42
bool flag(int offset, int mask) const
Check if any of the bits in a mask are set.
Definition: resbase.h:352
Classes to use/edit toolbox resources in memory.
void vertical(bool value)
Set adjuster orientation.
Definition: resadjuster.h:123
ResAdjuster()
Construct a adjuster gadget resource.
Definition: resadjuster.h:91
ResAdjuster(const ResAdjuster &other)
Construct an adjuster gadget resource.
Definition: resadjuster.h:56
bool vertical() const
Check adjuster orientation.
Definition: resadjuster.h:116
bool increment() const
Check if adjustor is increment adjustor.
Definition: resadjuster.h:102
ResAdjuster & operator=(const ResGadget &other)
Assign from a ResGadget.
Definition: resadjuster.h:68
void increment(bool value)
Set if adjustor is increment adjustor.
Definition: resadjuster.h:108
ResAdjuster(const ResGadget &other)
Construct an adjuster gadget resource.
Definition: resadjuster.h:46
Class for Adjuster gadget template.
Definition: resadjuster.h:36
ResBase & operator=(const ResBase &other)
Assignment.
Definition: resbase.cc:1534
ResAdjuster & operator=(const ResAdjuster &other)
Assign from another adjuster gadget resource.
Definition: resadjuster.h:80
void check_type(int type) const
Check if this gadgets type is as specified.
Definition: reswindow.cc:97