HDK
|
#include <VIS_Mount.h>
Static Public Member Functions | |
static int | registerMount (VIS_Mount *mnt) |
static VIS_Mount * | lookupHandleMount (VIS_Handle vh) |
Friends | |
class | VIS_Table |
class | VIS_Manager |
Definition at line 61 of file VIS_Mount.h.
VIS_Mount::VIS_Mount | ( | VIS_Visualizer * | vis = NULL | ) |
VIS_Mount::~VIS_Mount | ( | ) |
bool VIS_Mount::actsOnCurrent | ( | ) | const |
bool VIS_Mount::actsOnDisplayed | ( | ) | const |
bool VIS_Mount::actsOnGhosted | ( | ) | const |
bool VIS_Mount::actsOnSelected | ( | ) | const |
bool VIS_Mount::actsOnTemplated | ( | ) | const |
bool VIS_Mount::actsOnUnselected | ( | ) | const |
void VIS_Mount::armActiveParmMicroNode | ( | bool | enabled | ) |
void VIS_Mount::armDataParmMicroNode | ( | bool | enabled | ) |
VIS_Handle VIS_Mount::getHandle | ( | ) |
const char* VIS_Mount::getIcon | ( | ) | const |
int VIS_Mount::getIndex | ( | ) | const |
const char* VIS_Mount::getLabel | ( | ) | const |
|
inline |
Definition at line 107 of file VIS_Mount.h.
const char* VIS_Mount::getName | ( | ) | const |
PRM_ParmList* VIS_Mount::getParmList | ( | ) |
exint VIS_Mount::getRefineRequestTime | ( | ) | const |
VIS_VisualizerScope VIS_Mount::getScope | ( | ) | const |
|
inline |
Definition at line 108 of file VIS_Mount.h.
VIS_TableRef VIS_Mount::getTableRef | ( | ) | const |
int VIS_Mount::getTypeId | ( | ) |
int VIS_Mount::getUniqueId | ( | ) | const |
exint VIS_Mount::getUpdateRequestTime | ( | ) | const |
VIS_Visualizer* VIS_Mount::getVisualizer | ( | ) |
void VIS_Mount::handleActiveParmChange | ( | ) |
void VIS_Mount::handleDataParmChange | ( | ) |
bool VIS_Mount::isActive | ( | VIS_Context | context | ) |
bool VIS_Mount::isActiveParmMicroNodeArmed | ( | ) |
bool VIS_Mount::isDataParmMicroNodeArmed | ( | ) |
bool VIS_Mount::load | ( | UT_IStream & | is | ) |
void VIS_Mount::loadFromOptions | ( | UT_Options & | options | ) |
|
static |
bool VIS_Mount::save | ( | std::ostream & | os | ) | const |
void VIS_Mount::saveToOptions | ( | UT_Options & | options | ) | const |
void VIS_Mount::setActOnCurrent | ( | bool | active | ) |
void VIS_Mount::setActOnDisplayed | ( | bool | active | ) |
void VIS_Mount::setActOnGhosted | ( | bool | active | ) |
void VIS_Mount::setActOnSelected | ( | bool | active | ) |
void VIS_Mount::setActOnTemplated | ( | bool | active | ) |
void VIS_Mount::setActOnUnselected | ( | bool | active | ) |
void VIS_Mount::setParmMicroNodeInputs | ( | DEP_MicroNode * | data, |
DEP_MicroNode * | active | ||
) |
void VIS_Mount::setShowInToolbar | ( | bool | show | ) |
bool VIS_Mount::showInToolbar | ( | ) | const |
|
friend |
Definition at line 142 of file VIS_Mount.h.
|
friend |
Definition at line 141 of file VIS_Mount.h.