FormIt C++ API  v23.0.0 (2023.0.0)
FormIt::kReset3DViewportType Struct Reference

Description

kReset3DViewport requests the viewport to reset to the default size (full window extents).

Each platform will need to implement this in the current state of FormIt.

#include <FormItCoreMessages.h>

Inheritance diagram for FormIt::kReset3DViewportType:
FormIt::MessageVoidStruct FormIt::MessageStruct

Public Member Functions

::string message () const override
 message() function. More...
 
- Public Member Functions inherited from FormIt::MessageStruct
bool operator== (MessageStruct const &right) const
 So we can see if a particular message received is the same as one of the predefined ones using simple comparisons. More...
 
bool operator!= (MessageStruct const &right) const
 

Additional Inherited Members

- Public Types inherited from FormIt::MessageStruct
using Payload = void
 

Member Function Documentation

::string FormIt::kReset3DViewportType::message ( ) const
inlineoverridevirtual

message() function.

Implements FormIt::MessageStruct.


The documentation for this struct was generated from the following file: