Deprecated List
- Member HPS::ComponentPath::Append (Component const &in_component)
- This function exists for compatibility. Use ComponentPath::PushBack instead.
- Member HPS::ComponentPath::Append (ComponentPath const &in_path)
- This function exists for compatibility. Use ComponentPath::PushBack instead.
- Member HPS::ComponentPath::Append (ComponentArray const &in_components)
- This function exists for compatibility. Use ComponentPath::PushBack instead.
- Member HPS::KeyPath::Append (Key const &in_key)
- This function exists for compatibility. Use KeyPath::PushBack instead.
- Member HPS::KeyPath::Append (KeyPath const &in_key_path)
- This function exists for compatibility. Use KeyPath::PushBack instead.
- Member HPS::KeyPath::Append (KeyArray const &in_key_array)
- This function exists for compatibility. Use KeyPath::PushBack instead.
- Member HPS::MatrixKit::Empty () const
- This function exists for compatibility and will always return false.
- Member HPS::MatrixKit::UnsetEverything ()
- This function exists for compatibility and Reset should be preferred.
- 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_operator The operator to push to the top of the operator stack. in_priority The 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_operator An operator to use on this view. in_priority The 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::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_operator the 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.