#include <CHOP_Handle.h>
Public Member Functions | |
| CHOP_Handle (CHOP_Node *dad, const char *name, int id, float xoffset, float yoffset=0, CHOP_HandleLook look=HANDLE_BOX, CHOP_HandleMotion motion=HANDLE_HORIZONTAL, int type_flag=DEFAULT_FLAGS) | |
| CHOP_Handle (void) | |
| ~CHOP_Handle () | |
| unsigned | operator== (const CHOP_Handle &v) const |
| CHOP_Handle & | operator= (const CHOP_Handle &v) |
| void | setColorOffset (int offset) |
| UT_Color | getColor () const |
| CHOP_Node * | getCHOP () |
| const char * | getName () const |
| unsigned int | getId () const |
| float | getXoffset () const |
| float | 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 (void) const |
| int | isSelected () const |
| void | setSelected (int yesno) |
Definition at line 71 of file CHOP_Handle.h.
| CHOP_Handle::CHOP_Handle | ( | CHOP_Node * | dad, | |
| const char * | name, | |||
| int | id, | |||
| float | xoffset, | |||
| float | yoffset = 0, |
|||
| CHOP_HandleLook | look = HANDLE_BOX, |
|||
| CHOP_HandleMotion | motion = HANDLE_HORIZONTAL, |
|||
| int | type_flag = DEFAULT_FLAGS | |||
| ) |
| CHOP_Handle::CHOP_Handle | ( | void | ) |
| CHOP_Handle::~CHOP_Handle | ( | ) |
| CHOP_Node* CHOP_Handle::getCHOP | ( | ) | [inline] |
Definition at line 98 of file CHOP_Handle.h.
| UT_Color CHOP_Handle::getColor | ( | ) | const [inline] |
Definition at line 95 of file CHOP_Handle.h.
| unsigned int CHOP_Handle::getId | ( | ) | const [inline] |
| CHOP_HandleLook CHOP_Handle::getLook | ( | ) | const [inline] |
Definition at line 103 of file CHOP_Handle.h.
| CHOP_HandleMotion CHOP_Handle::getMotion | ( | ) | const [inline] |
Definition at line 104 of file CHOP_Handle.h.
| const char* CHOP_Handle::getName | ( | void | ) | const [inline] |
Definition at line 99 of file CHOP_Handle.h.
| int CHOP_Handle::getSubParent | ( | void | ) | const [inline] |
Definition at line 121 of file CHOP_Handle.h.
| float CHOP_Handle::getXoffset | ( | ) | const [inline] |
Definition at line 101 of file CHOP_Handle.h.
| float CHOP_Handle::getYoffset | ( | ) | const [inline] |
Definition at line 102 of file CHOP_Handle.h.
| int CHOP_Handle::isBar | ( | ) | const [inline] |
Definition at line 112 of file CHOP_Handle.h.
| int CHOP_Handle::isLabelLeft | ( | ) | const [inline] |
Definition at line 106 of file CHOP_Handle.h.
| int CHOP_Handle::isLabelTop | ( | ) | const [inline] |
Definition at line 109 of file CHOP_Handle.h.
| int CHOP_Handle::isSelected | ( | ) | const [inline] |
Definition at line 124 of file CHOP_Handle.h.
| int CHOP_Handle::isWidthEnd | ( | ) | const [inline] |
Definition at line 115 of file CHOP_Handle.h.
| CHOP_Handle& CHOP_Handle::operator= | ( | const CHOP_Handle & | v | ) |
| unsigned CHOP_Handle::operator== | ( | const CHOP_Handle & | v | ) | const |
| void CHOP_Handle::setColorOffset | ( | int | offset | ) | [inline] |
Definition at line 92 of file CHOP_Handle.h.
| void CHOP_Handle::setSelected | ( | int | yesno | ) | [inline] |
Definition at line 127 of file CHOP_Handle.h.
| void CHOP_Handle::setSubParent | ( | int | idx | ) | [inline] |
Definition at line 118 of file CHOP_Handle.h.
1.5.9