| HDK
    | 
#include <DT_ViewportProvider.h>
| Public Member Functions | |
| DT_ViewportSelectionConfig () | |
| ~DT_ViewportSelectionConfig () | |
| void | beginViewportSelection () const | 
| bool | isViewportSelectionRunning () const | 
| void | endViewportSelection () const | 
| UI_Value & | getViewportSelectionRunningValue () const | 
| const UT_StringHolder & | getPrompt () const | 
| void | setPrompt (const UT_StringHolder &prompt) | 
| const PI_GeometryTypeArray & | getAllowedGeoTypes () const | 
| void | addAllowedGeoType (PI_GeometryType geo_types) | 
| bool | getAcceptExisting () const | 
| void | setAcceptExisting (bool accept_existing) | 
| bool | getSelectComponents () const | 
| void | setSelectComponents (bool select_components) | 
| const UT_StringArray & | getInitialNodes () const | 
| void | setInitialNodes (const UT_StringArray &nodes) | 
| const UT_StringHolder & | getInitialGeometry () const | 
| void | setInitialGeometry (const UT_StringHolder &geo) | 
| PI_GeometryType | getInitialGeometryType () const | 
| void | setInitialGeometryType (PI_GeometryType type) | 
Definition at line 25 of file DT_ViewportProvider.h.
| DT_ViewportSelectionConfig::DT_ViewportSelectionConfig | ( | ) | 
| DT_ViewportSelectionConfig::~DT_ViewportSelectionConfig | ( | ) | 
| void DT_ViewportSelectionConfig::addAllowedGeoType | ( | PI_GeometryType | geo_types | ) | 
| void DT_ViewportSelectionConfig::beginViewportSelection | ( | ) | const | 
| void DT_ViewportSelectionConfig::endViewportSelection | ( | ) | const | 
| bool DT_ViewportSelectionConfig::getAcceptExisting | ( | ) | const | 
| const PI_GeometryTypeArray& DT_ViewportSelectionConfig::getAllowedGeoTypes | ( | ) | const | 
| const UT_StringHolder& DT_ViewportSelectionConfig::getInitialGeometry | ( | ) | const | 
| PI_GeometryType DT_ViewportSelectionConfig::getInitialGeometryType | ( | ) | const | 
| const UT_StringArray& DT_ViewportSelectionConfig::getInitialNodes | ( | ) | const | 
| const UT_StringHolder& DT_ViewportSelectionConfig::getPrompt | ( | ) | const | 
| bool DT_ViewportSelectionConfig::getSelectComponents | ( | ) | const | 
| UI_Value& DT_ViewportSelectionConfig::getViewportSelectionRunningValue | ( | ) | const | 
| bool DT_ViewportSelectionConfig::isViewportSelectionRunning | ( | ) | const | 
| void DT_ViewportSelectionConfig::setAcceptExisting | ( | bool | accept_existing | ) | 
| void DT_ViewportSelectionConfig::setInitialGeometry | ( | const UT_StringHolder & | geo | ) | 
| void DT_ViewportSelectionConfig::setInitialGeometryType | ( | PI_GeometryType | type | ) | 
| void DT_ViewportSelectionConfig::setInitialNodes | ( | const UT_StringArray & | nodes | ) | 
| void DT_ViewportSelectionConfig::setPrompt | ( | const UT_StringHolder & | prompt | ) | 
| void DT_ViewportSelectionConfig::setSelectComponents | ( | bool | select_components | ) |