9 #ifndef RAMSES_CATEGORYINFOUPDATE_H
10 #define RAMSES_CATEGORYINFOUPDATE_H
18 class CategoryInfoUpdateImpl;
#define RAMSES_API
Definition: APIExport.h:35
Update of information about a DCSM category. Contains information like changes in size....
Definition: CategoryInfoUpdate.h:29
CategoryInfoUpdate & operator=(CategoryInfoUpdate &&other)=delete
Deleted move assignment.
CategoryInfoUpdate(SizeInfo renderSize, Rect categoryRect, Rect safeRect, Layout layout)
constructor for CategoryInfoUpdate
bool hasRenderSizeUpdate() const
Check if object contains render size update.
bool hasActiveLayoutUpdate() const
Check if object contains active layout update.
Layout
The possible layout values in the instrument cluster.
Definition: CategoryInfoUpdate.h:36
CategoryInfoUpdate()
Default constructor with no data set.
status_t setRenderSize(SizeInfo sizeInfo)
Set new render size.
Rect getCategoryRect() const
Get new category rect. Only valid when hasCategoryRectUpdate().
status_t setActiveLayout(CategoryInfoUpdate::Layout layout)
Set new active layout.
CategoryInfoUpdate(SizeInfo renderSize, Rect categoryRect)
constructor for CategoryInfoUpdate
status_t setCategoryRect(Rect rect)
Set new category rect.
CategoryInfoUpdate & operator=(const CategoryInfoUpdate &other)=delete
Deleted copy assignment.
status_t setSafeRect(Rect rect)
Set new safe rect.
Layout getActiveLayout() const
Get new active layout. Only valid when hasActiveLayoutUpdate().
CategoryInfoUpdate(CategoryInfoUpdate &&other)=delete
Deleted move constructor.
bool operator==(const CategoryInfoUpdate &rhs) const
The equality comparison operator.
~CategoryInfoUpdate()
Destructor.
CategoryInfoUpdate(SizeInfo renderSize, Rect categoryRect, Rect safeRect)
constructor for CategoryInfoUpdate
CategoryInfoUpdate(CategoryInfoUpdateImpl &impl_)
Constructor from impl.
CategoryInfoUpdateImpl & impl
Definition: CategoryInfoUpdate.h:241
bool hasSafeRectUpdate() const
Check if object contains safe rect update.
CategoryInfoUpdate(const CategoryInfoUpdate &other)=delete
Deleted copy constructor.
bool operator!=(const CategoryInfoUpdate &rhs) const
The inequality comparison operator.
Rect getSafeRect() const
Get new safe rect. Only valid when hasSafeRectUpdate().
bool hasCategoryRectUpdate() const
Check if object contains category rect update.
SizeInfo getRenderSize() const
Get new render size. Only valid when hasRenderSizeUpdate().
The StatusObject provides status message handling.
Definition: StatusObject.h:22
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15
uint32_t status_t
Status is a handle to the result of an API call.
Definition: RamsesFrameworkTypes.h:26
Rectangle consisting of x, y, width, height.
Definition: DcsmApiTypes.h:56
Size information for DCSM canvas size change.
Definition: DcsmApiTypes.h:109