9 #ifndef __HOM_StickyNote_h__
10 #define __HOM_StickyNote_h__
43 virtual void setText(
const char* new_text) = 0;
45 virtual float textSize() = 0;
46 virtual void setTextSize(
float size) = 0;
51 virtual bool drawBackground() = 0;
52 virtual void setDrawBackground(
bool on) = 0;
55 virtual void setSize(
const std::vector<double> &
size) = 0;
56 virtual void resize(
const std::vector<double> &amount) = 0;
61 virtual bool isMinimized() = 0;
62 virtual void setMinimized(
bool on) = 0;
64 virtual void destroy() = 0;
69 bool save_box_contents=
false,
70 bool save_channels_only=
false,
71 bool save_creation_commands=
true,
72 bool save_keys_in_frames=
false,
73 bool save_parm_values_only=
false,
74 bool save_spare_parms=
false,
75 const char *function_name=NULL) = 0;
#define HOM_DESTRUCT_OBJECT(pointer)
OIIO_API bool rename(string_view from, string_view to, std::string &err)
HOM_StickyNote(const HOM_StickyNote &sticky_note)
string __repr__(VtArray< T > const &self)
#define HOM_CONSTRUCT_OBJECT(pointer)
GLsizei const GLchar *const * string
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)
bool operator==(const Mat3< T0 > &m0, const Mat3< T1 > &m1)
Equality operator, does exact floating point comparisons.