9 #ifndef __HOM_StickyNote_h__
10 #define __HOM_StickyNote_h__
39 virtual void setText(
const char* new_text) = 0;
41 virtual float textSize() = 0;
42 virtual void setTextSize(
float size) = 0;
47 virtual bool drawBackground() = 0;
48 virtual void setDrawBackground(
bool on) = 0;
51 virtual void setSize(
const std::vector<double> &
size) = 0;
52 virtual void resize(
const std::vector<double> &amount) = 0;
57 virtual bool isMinimized() = 0;
58 virtual void setMinimized(
bool on) = 0;
60 virtual void destroy() = 0;
#define HOM_DESTRUCT_OBJECT(pointer)
GLsizei const GLchar *const * string
HOM_StickyNote(const HOM_StickyNote &sticky_note)
#define HOM_CONSTRUCT_OBJECT(pointer)
bool operator!=(const Mat3< T0 > &m0, const Mat3< T1 > &m1)
Inequality operator, does exact floating point comparisons.
~HOM_StickyNote() override
ImageBuf OIIO_API resize(const ImageBuf &src, string_view filtername="", float filterwidth=0.0f, ROI roi={}, int nthreads=0)
OIIO_UTIL_API bool rename(string_view from, string_view to, std::string &err)
bool operator==(const Mat3< T0 > &m0, const Mat3< T1 > &m1)
Equality operator, does exact floating point comparisons.