HDK
|
#include <CHOP_Handle.h>
Public Member Functions | |
CHOP_Handle (CHOP_Node *dad, const char *name, int id, fpreal xoffset, fpreal yoffset=0, CHOP_HandleLook look=HANDLE_BOX, CHOP_HandleMotion motion=HANDLE_HORIZONTAL, int type_flag=DEFAULT_FLAGS) | |
CHOP_Handle () | |
~CHOP_Handle () | |
unsigned | operator== (const CHOP_Handle &v) const |
CHOP_Handle & | operator= (const CHOP_Handle &v) |
void | setColorOffset (int offset) |
UT_Color | getChopColor (const CL_Clip *clip=nullptr) const |
CHOP_Node * | getCHOP () |
const char * | getName () const |
unsigned int | getId () const |
fpreal | getXoffset () const |
fpreal | getYoffset () const |
CHOP_HandleLook | getLook () const |
CHOP_HandleMotion | getMotion () const |
int | isLabelLeft () const |
int | isLabelTop () const |
int | isBar () const |
int | isWidthEnd () const |
void | setSubParent (int idx) |
int | getSubParent () const |
int | isSelected () const |
void | setSelected (int yesno) |
int64 | getMemoryUsage (bool inclusive) const |
Definition at line 62 of file CHOP_Handle.h.
CHOP_Handle::CHOP_Handle | ( | CHOP_Node * | dad, |
const char * | name, | ||
int | id, | ||
fpreal | xoffset, | ||
fpreal | yoffset = 0 , |
||
CHOP_HandleLook | look = HANDLE_BOX , |
||
CHOP_HandleMotion | motion = HANDLE_HORIZONTAL , |
||
int | type_flag = DEFAULT_FLAGS |
||
) |
CHOP_Handle::CHOP_Handle | ( | ) |
CHOP_Handle::~CHOP_Handle | ( | ) |
|
inline |
Definition at line 89 of file CHOP_Handle.h.
Definition at line 86 of file CHOP_Handle.h.
|
inline |
Definition at line 91 of file CHOP_Handle.h.
|
inline |
Definition at line 94 of file CHOP_Handle.h.
int64 CHOP_Handle::getMemoryUsage | ( | bool | inclusive | ) | const |
|
inline |
Definition at line 95 of file CHOP_Handle.h.
|
inline |
Definition at line 90 of file CHOP_Handle.h.
|
inline |
Definition at line 112 of file CHOP_Handle.h.
|
inline |
Definition at line 92 of file CHOP_Handle.h.
|
inline |
Definition at line 93 of file CHOP_Handle.h.
|
inline |
Definition at line 103 of file CHOP_Handle.h.
|
inline |
Definition at line 97 of file CHOP_Handle.h.
|
inline |
Definition at line 100 of file CHOP_Handle.h.
|
inline |
Definition at line 115 of file CHOP_Handle.h.
|
inline |
Definition at line 106 of file CHOP_Handle.h.
CHOP_Handle& CHOP_Handle::operator= | ( | const CHOP_Handle & | v | ) |
unsigned CHOP_Handle::operator== | ( | const CHOP_Handle & | v | ) | const |
Definition at line 83 of file CHOP_Handle.h.
Definition at line 118 of file CHOP_Handle.h.
Definition at line 109 of file CHOP_Handle.h.