![]() |
API Documentation
|
Stores information for how to construct a group of viewports such as those in the center 3D panel. More...
#include <ViewportLayout.h>
Public Member Functions | |
| void | createDefaultOrthoAnimations (const TimeSpan &span) |
| bool | operator!= (const ViewportLayout &layout) const |
| bool | operator== (const ViewportLayout &layout) const |
| void | setViewportTheme (ViewportLayoutTheme new_theme) |
| uint04 | themeCameraCount () const |
| ViewportLayout () | |
| ViewportLayout (ViewportLayoutTheme new_theme) | |
Public Attributes | |
| Buffer< ViewportFormat > | cameras |
| Buffer< ViewportFormat > | floating_cameras |
| Buffer< ViewportFormat > | hidden_cameras |
| UUID | id |
| ViewportLayoutTheme | theme |
Stores information for how to construct a group of viewports such as those in the center 3D panel.
| ViewportLayout | ( | ) |
| ViewportLayout | ( | ViewportLayoutTheme | new_theme | ) |
| void createDefaultOrthoAnimations | ( | const TimeSpan & | span | ) |
| bool operator!= | ( | const ViewportLayout & | layout | ) | const |
| bool operator== | ( | const ViewportLayout & | layout | ) | const |
| void setViewportTheme | ( | ViewportLayoutTheme | new_theme | ) |
| uint04 themeCameraCount | ( | ) | const |
| Buffer<ViewportFormat> cameras |
| Buffer<ViewportFormat> floating_cameras |
| Buffer<ViewportFormat> hidden_cameras |
| UUID id |
| ViewportLayoutTheme theme |