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
Base class for gadget memory resources.
Definition: resgadget.h:42
bool increment() const
Check if adjustor is increment adjustor.
Definition: resadjuster.h:102
bool vertical() const
Check adjuster orientation.
Definition: resadjuster.h:116
void vertical(bool value)
Set adjuster orientation.
Definition: resadjuster.h:123
bool flag(int offset, int mask) const
Check if any of the bits in a mask are set.
Definition: resbase.h:352
ResAdjuster()
Construct a adjuster gadget resource.
Definition: resadjuster.h:91
ResAdjuster(const ResAdjuster &other)
Construct an adjuster gadget resource.
Definition: resadjuster.h:56
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
void check_type(int type) const
Check if this gadgets type is as specified.
Definition: reswindow.cc:97
ResAdjuster & operator=(const ResAdjuster &other)
Assign from another adjuster gadget resource.
Definition: resadjuster.h:80