The GridKit class is a user space object. More...
#include <hps.h>
Public Member Functions | |
GridKit () | |
The default constructor creates an empty GridKit object. More... | |
GridKit (GridKit const &in_kit) | |
The copy constructor creates a new GridKit object that contains the same settings as the source GridKit. More... | |
GridKit (GridKit &&in_that) | |
The move constructor creates a GridKit by transferring the underlying object of the rvalue reference to this GridKit. More... | |
virtual | ~GridKit () |
HPS::Type | ObjectType () const |
void | Consume (GridKit &in_kit) |
Copies the source GridKit into this GridKit and resets the source kit. More... | |
void | Set (GridKit const &in_kit) |
Copies the source GridKit into this GridKit. More... | |
void | Show (GridKit &out_kit) const |
Copies this GridKit into the given GridKit. More... | |
GridKit & | operator= (GridKit const &in_kit) |
Copies the source GridKit into this GridKit. More... | |
GridKit & | operator= (GridKit &&in_that) |
The move assignment operator transfers the underlying object of the rvalue reference to this GridKit. More... | |
bool | Empty () const |
Indicates whether this GridKit has any values set on it. More... | |
bool | Equals (GridKit const &in_kit) const |
Check if the source GridKit is equivalent to this GridKit. More... | |
bool | operator== (GridKit const &in_kit) const |
Check if the source GridKit is equivalent to this GridKit. More... | |
bool | operator!= (GridKit const &in_kit) const |
Check if the source GridKit is not equivalent to this GridKit. More... | |
GridKit & | SetPriority (int in_priority) |
Assigns a specific drawing priority value to the GridKit. More... | |
GridKit & | SetType (Grid::Type in_type) |
Sets the type of this GridKit. More... | |
GridKit & | SetOrigin (Point const &in_origin) |
Sets the origin for this GridKit. More... | |
GridKit & | SetFirstPoint (Point const &in_first_point) |
Sets the first reference point for this GridKit. More... | |
GridKit & | SetSecondPoint (Point const &in_second_point) |
Sets the second reference point for this GridKit. More... | |
GridKit & | SetFirstCount (int in_first_count) |
Sets the first reference count for this GridKit, i.e., the number of grid elements along the vector determined by the first reference point. More... | |
GridKit & | SetSecondCount (int in_second_count) |
Sets the second reference count for this GridKit, i.e., the number of grid elements along the vector determined by the second reference point. More... | |
GridKit & | UnsetPriority () |
Removes a drawing priority setting. More... | |
GridKit & | UnsetType () |
Removes the type from this GridKit. More... | |
GridKit & | UnsetOrigin () |
Removes the origin from this GridKit. More... | |
GridKit & | UnsetFirstPoint () |
Removes the first reference point from this GridKit. More... | |
GridKit & | UnsetSecondPoint () |
Removes the second reference point from this GridKit. More... | |
GridKit & | UnsetFirstCount () |
Removes the first reference count from this GridKit. More... | |
GridKit & | UnsetSecondCount () |
Removes the second reference count from this GridKit. More... | |
GridKit & | UnsetEverything () |
Removes the all settings from this GridKit. More... | |
bool | ShowPriority (int &out_priority) const |
Shows the drawing priority. More... | |
bool | ShowType (Grid::Type &out_type) const |
Shows the type for this GridKit. More... | |
bool | ShowOrigin (Point &out_origin) const |
Shows the origin for this GridKit. More... | |
bool | ShowFirstPoint (Point &out_first_point) const |
Shows the first reference point for this GridKit. More... | |
bool | ShowSecondPoint (Point &out_second_point) const |
Shows the second reference point for this GridKit. More... | |
bool | ShowFirstCount (int &out_first_count) const |
Shows the first reference count for this GridKit. More... | |
bool | ShowSecondCount (int &out_second_count) const |
Shows the second reference count for this GridKit. More... | |
GridKit & | SetUserData (intptr_t in_index, size_t in_bytes, byte const in_data[]) |
Sets user data on this kit. More... | |
GridKit & | SetUserData (intptr_t in_index, ByteArray const &in_data) |
Sets user data on this kit. More... | |
GridKit & | SetUserData (IntPtrTArray const &in_indices, ByteArrayArray const &in_data) |
Sets user data on this kit. More... | |
GridKit & | UnsetUserData (intptr_t in_index) |
Removes the user data at the given index from this kit. More... | |
GridKit & | UnsetUserData (size_t in_count, intptr_t const in_indices[]) |
Removes the user data at the given indices from this kit. More... | |
GridKit & | UnsetUserData (IntPtrTArray const &in_indices) |
Removes the user data at the given indices from this kit. More... | |
GridKit & | UnsetAllUserData () |
Removes all user data from this kit. More... | |
size_t | ShowUserDataCount () const |
Get the number of user data indices set on this kit. More... | |
bool | ShowUserDataIndices (IntPtrTArray &out_indices) const |
Shows the indices of all user data set on this kit. More... | |
bool | ShowUserData (intptr_t in_index, ByteArray &out_data) const |
Shows the user data at a given index for this kit. More... | |
bool | ShowUserData (IntPtrTArray &out_indices, ByteArrayArray &out_data) const |
Shows all user data for this kit. More... | |
virtual HPS::Type | Type () const |
This function returns the true type of the underlying object. More... | |
virtual void | Reset () |
Resets this object to its initial, uninitialized state. More... | |
bool | HasType (HPS::Type in_mask) const |
This function indicates whether this Object has the given Type mask. More... | |
intptr_t | GetClassID () const |
Returns a unique identifier that is shared by all objects of the same class. More... | |
intptr_t | GetInstanceID () const |
Returns an identifier that can be used to identify which instance of a class an object is. More... | |
Static Public Member Functions | |
template<typename T > | |
static intptr_t | ClassID () |
Unique identifier for this class. More... | |
Static Public Attributes | |
static const HPS::Type | staticType = HPS::Type::GridKit |
HPS::GridKit::GridKit | ( | ) |
The default constructor creates an empty GridKit object.
HPS::GridKit::GridKit | ( | GridKit const & | in_kit | ) |
HPS::GridKit::GridKit | ( | GridKit && | in_that | ) |
|
virtual |
|
inlinestaticinherited |
Unique identifier for this class.
Note: this method uses construction of static objects. If used in a constructor, it should be used in the body not the initializer list.
void HPS::GridKit::Consume | ( | GridKit & | in_kit | ) |
|
virtual |
Indicates whether this GridKit has any values set on it.
Reimplemented from HPS::Object.
bool HPS::GridKit::Equals | ( | GridKit const & | in_kit | ) | const |
|
inherited |
Returns a unique identifier that is shared by all objects of the same class.
|
inherited |
Returns an identifier that can be used to identify which instance of a class an object is.
Different keys and controls will return the same value if they are backed by the same database resource.
|
inherited |
|
inlinevirtual |
bool HPS::GridKit::operator!= | ( | GridKit const & | in_kit | ) | const |
bool HPS::GridKit::operator== | ( | GridKit const & | in_kit | ) | const |
|
virtualinherited |
Resets this object to its initial, uninitialized state.
Reimplemented in HPS::EventHandler, HPS::EventDispatcher, HPS::World, HPS::HighlightSearchResults, HPS::HighlightSearchResultsIterator, HPS::SelectionResults, HPS::SelectionResultsIterator, HPS::FontSearchResults, HPS::FontSearchResultsIterator, HPS::SearchResults, and HPS::SearchResultsIterator.
void HPS::GridKit::Set | ( | GridKit const & | in_kit | ) |
GridKit& HPS::GridKit::SetFirstCount | ( | int | in_first_count | ) |
Sets the first reference count for this GridKit, i.e., the number of grid elements along the vector determined by the first reference point.
If the type of the grid is Grid::Type::Quadrilateral, there are three type of behavior depending on if the count is greater than zero, less than zero, or equal to zero. If the count is greater than zero, the count determines the finite number of grid lines which will intersect with the vector determined by the first reference point. If the count is less than zero, the count determines the finite number of grid lines which will intersect with the vector determined by the first reference point and additionally that same number of intersections along the negation of that vector. Lastly, if the count is zero, the grid will extend infinitely along the vector determined by the first reference point and its negation. If the type of the grid is Grid::Type::Radial, there are two types of behavior depending on if the count is greater than zero or equal to zero. If the count is greater than zero, it determines the finite number of circular arcs which will intersect with the radial vectors. If the count is equal to zero, there will be an infinite number of intersections along the radial arcs. Negative counts are invalid in this case.
in_first_count | The count of the number of grid elements along the vector determined by the first reference point. |
Sets the first reference point for this GridKit.
If the type of the grid is Grid::Type::Quadrilateral, this defines the first point along one of the vectors defining the grid (the other vector is determined by the second point). It also determines the spacing between the grid lines along the vector. If the type of the grid is Grid::Type::Radial, this defines the first point along the radius vector which will intersect with the circular grid arcs.
in_first_point | The first reference point for this GridKit. |
GridKit& HPS::GridKit::SetPriority | ( | int | in_priority | ) |
Assigns a specific drawing priority value to the GridKit.
It affects the order in which the contents of this segment are drawn if and only if the rendering algorithm is set to Priority.
in_priority | The drawing priority, higher priority items are drawn on top of lower priority items. |
GridKit& HPS::GridKit::SetSecondCount | ( | int | in_second_count | ) |
Sets the second reference count for this GridKit, i.e., the number of grid elements along the vector determined by the second reference point.
If the type of the grid is Grid::Type::Quadrilateral, there are three type of behavior depending on if the count is greater than zero, less than zero, or equal to zero. If the count is greater than zero, the count determines the finite number of grid lines which will intersect with the vector determined by the second reference point. If the count is less than zero, the count determines the finite number of grid lines which will intersect with the vector determined by the second reference point and additionally that same number of intersections along the negation of that vector. Lastly, if the count is zero, the grid will extend infinitely along the vector determined by the second reference point and its negation. If the type of the grid is Grid::Type::Radial, the count determines the number of radial vectors for the grid.
in_second_count | The count of the number of grid elements along the vector determined by the second reference point. |
Sets the second reference point for this GridKit.
If the type of the grid Grid::Type::Quadrilateral, this defines the first point along the second vector defining the grid (the other vector is determined by the first point). It also determines the spacing between the grid lines along the vector. If the type of the grid is Grid::Type::Radial, this defines the first point on the first circular arc which intersects with the radial vectors, and determines the spacing of the arcs along the radial vectors.
in_second_point | The second reference point for this GridKit. |
GridKit& HPS::GridKit::SetType | ( | Grid::Type | in_type | ) |
Sets user data on this kit.
in_index | The index of the user data to set. |
in_bytes | The number of bytes of user data to set. |
in_data | The bytes of user data to set. |
Sets user data on this kit.
in_index | The index of the user data to set. |
in_data | The bytes of user data to set. |
GridKit& HPS::GridKit::SetUserData | ( | IntPtrTArray const & | in_indices, |
ByteArrayArray const & | in_data | ||
) |
Sets user data on this kit.
in_indices | An array of user data indices to set. |
in_data | An array of bytes of user data to set. |
void HPS::GridKit::Show | ( | GridKit & | out_kit | ) | const |
bool HPS::GridKit::ShowFirstCount | ( | int & | out_first_count | ) | const |
bool HPS::GridKit::ShowFirstPoint | ( | Point & | out_first_point | ) | const |
bool HPS::GridKit::ShowOrigin | ( | Point & | out_origin | ) | const |
bool HPS::GridKit::ShowPriority | ( | int & | out_priority | ) | const |
Shows the drawing priority.
out_priority | The drawing priority, higher priority items are drawn on top of lower priority items. |
bool HPS::GridKit::ShowSecondCount | ( | int & | out_second_count | ) | const |
bool HPS::GridKit::ShowSecondPoint | ( | Point & | out_second_point | ) | const |
bool HPS::GridKit::ShowType | ( | Grid::Type & | out_type | ) | const |
bool HPS::GridKit::ShowUserData | ( | intptr_t | in_index, |
ByteArray & | out_data | ||
) | const |
Shows the user data at a given index for this kit.
in_index | The index of the user data to show. |
out_data | The user data at the given index. |
bool HPS::GridKit::ShowUserData | ( | IntPtrTArray & | out_indices, |
ByteArrayArray & | out_data | ||
) | const |
Shows all user data for this kit.
out_indices | An array of all user data indices set on this kit. |
out_data | An array of all user data set on this kit. |
size_t HPS::GridKit::ShowUserDataCount | ( | ) | const |
Get the number of user data indices set on this kit.
bool HPS::GridKit::ShowUserDataIndices | ( | IntPtrTArray & | out_indices | ) | const |
Shows the indices of all user data set on this kit.
out_indices | The user data indices set on this kit. |
|
inlinevirtualinherited |
This function returns the true type of the underlying object.
This function is useful for finding the type of smart pointer objects that have been cast to more generic types.
Reimplemented from HPS::Object.
GridKit& HPS::GridKit::UnsetAllUserData | ( | ) |
Removes all user data from this kit.
GridKit& HPS::GridKit::UnsetEverything | ( | ) |
GridKit& HPS::GridKit::UnsetFirstCount | ( | ) |
GridKit& HPS::GridKit::UnsetFirstPoint | ( | ) |
GridKit& HPS::GridKit::UnsetOrigin | ( | ) |
GridKit& HPS::GridKit::UnsetPriority | ( | ) |
Removes a drawing priority setting.
GridKit& HPS::GridKit::UnsetSecondCount | ( | ) |
GridKit& HPS::GridKit::UnsetSecondPoint | ( | ) |
GridKit& HPS::GridKit::UnsetType | ( | ) |
GridKit& HPS::GridKit::UnsetUserData | ( | intptr_t | in_index | ) |
Removes the user data at the given index from this kit.
in_index | The index of the user data to remove. |
GridKit& HPS::GridKit::UnsetUserData | ( | size_t | in_count, |
intptr_t const | in_indices[] | ||
) |
Removes the user data at the given indices from this kit.
in_count | The size of the following array. |
in_indices | The indices of the user data to remove. |
GridKit& HPS::GridKit::UnsetUserData | ( | IntPtrTArray const & | in_indices | ) |
Removes the user data at the given indices from this kit.
in_indices | The indices of the user data to remove. |
|
static |