Base class for all layouting algorithms. The class containts one abstract function modifying shapes' layout and several helper functions.
More...
#include <AutoLayout.h>
|
wxRect | GetBoundingBox (const ShapeList &shapes) |
| Calculate bounding box surroundig given shapes. More...
|
|
wxSize | GetShapesExtent (const ShapeList &shapes) |
| Get overall extent of all given shapes calculated as a sum of their width and height. More...
|
|
wxRealPoint | GetShapesCenter (const ShapeList &shapes) |
| Get center point of given shapes. More...
|
|
wxRealPoint | GetTopLeft (const ShapeList &shapes) |
| Get top-left point of bounding box surrounding given shapes. More...
|
|
Base class for all layouting algorithms. The class containts one abstract function modifying shapes' layout and several helper functions.
◆ ~wxSFLayoutAlgorithm()
virtual wxSFLayoutAlgorithm::~wxSFLayoutAlgorithm |
( |
| ) |
|
|
inlinevirtual |
◆ DoLayout()
virtual void wxSFLayoutAlgorithm::DoLayout |
( |
ShapeList & |
shapes | ) |
|
|
pure virtual |
◆ GetBoundingBox()
wxRect wxSFLayoutAlgorithm::GetBoundingBox |
( |
const ShapeList & |
shapes | ) |
|
|
protected |
Calculate bounding box surroundig given shapes.
- Parameters
-
- Returns
- Bounding box
◆ GetShapesCenter()
wxRealPoint wxSFLayoutAlgorithm::GetShapesCenter |
( |
const ShapeList & |
shapes | ) |
|
|
protected |
Get center point of given shapes.
- Parameters
-
- Returns
- Center point
◆ GetShapesExtent()
wxSize wxSFLayoutAlgorithm::GetShapesExtent |
( |
const ShapeList & |
shapes | ) |
|
|
protected |
Get overall extent of all given shapes calculated as a sum of their width and height.
- Parameters
-
- Returns
- Overall shapes extent
◆ GetTopLeft()
wxRealPoint wxSFLayoutAlgorithm::GetTopLeft |
( |
const ShapeList & |
shapes | ) |
|
|
protected |
Get top-left point of bounding box surrounding given shapes.
- Parameters
-
- Returns
- Top-left point of bounding box surrounding given shapes
The documentation for this class was generated from the following file: