API Search || Global Search
Deprecated List
Member HPS::OperatorControl::Push (Operator *in_operator, Operator::Priority in_priority=Operator::Priority::Default)
It is recommended to use overloads which consume OperatorPtr as the object lifetime is simpler to reason about.
Parameters
in_operatorThe operator to push to the top of the operator stack.
in_priorityThe priority of the operator. All those with Low priority will be below all those with Normal priority which will, in turn, be below High priority operators.
Returns
A reference to this object.
Member HPS::OperatorControl::Set (Operator *in_operator, Operator::Priority in_priority=Operator::Priority::Default)
It is recommended to use overloads which consume OperatorPtr as the object lifetime is simpler to reason about.
Parameters
in_operatorAn operator to use on this view.
in_priorityThe priority of the operator. All those with Low priority will be below all those with Normal priority which will, in turn, be below High priority operators.
Returns
A reference to this object.
Member HPS::SelectionOptionsControl::SetSorting (bool in_sorting)
This function exists for compatibility and SetSorting(Selection::Sorting) should be preferred in general usage.
Member HPS::SelectionOptionsKit::SetSorting (bool in_sorting)
This function exists for compatibility and SetSorting(Selection::Sorting) should be preferred in general usage.
Member HPS::SubwindowControl::ShowSubwindow (Rectangle &out_subwindow_position, Subwindow::Type &out_subwindow_type) const
This function exists for compatibility and the other overload should be preferred in general usage.
Member HPS::SubwindowKit::ShowSubwindow (Rectangle &out_subwindow_position, Subwindow::Type &out_subwindow_type) const
This function exists for compatibility and the other overload should be preferred in general usage.
Member HPS::View::SetOperator (Operator *in_operator)
It is recommended to use overloads which consume OperatorPtr as the object lifetime is simpler to reason about.
Parameters
in_operatorthe operator to be made active on this View.
Member HPS::Window::DirectX9
(DirectX9 has been deprecated and will be removed from a future version; please use the DirectX11 driver instead.) Shader-based driver which support DirectX 9.0c Available on Windows.
Member HPS::Window::OpenGL1Deprecated
(OpenGL1 has been deprecated and will be removed from a future version; please use the OpenGL2 driver instead.) Fixed-function driver which supports OpenGL 1.X+ Any functionality that requires shaders will not be supported when using this driver. Available on Windows, Linux and Mac OS X.
Member HPS::World::SetRealDWGDirectory (char const *in_directory, UTF8Array const &in_object_enabler_directories)
This function exists for compatibility. In order to use DWG please make sure that the RealDWG directory is part of your PATH. Users who use RealDWG Object Enablers should additionally make sure that the DBX files for the Object Enablers are located in your PATH, prior to initializing HPS.
Member HPS::World::SetRealDWGDirectory (char const *in_directory)
This function exists for compatibility. In order to use DWG please make sure that the RealDWG directory is part of your PATH. Users who use RealDWG Object Enablers should additionally make sure that the DBX files for the Object Enablers are located in your PATH, prior to initializing HPS.
Member HPS::World::ShowRealDWGDirectory (UTF8 &out_directory, UTF8Array &out_object_enabler_directories) const
This function exists for compatibility.
Member HPS::World::UnsetRealDWGDirectory ()
This function exists for compatibility.