11#include "DefinitionsGUI.h"
20 class CGUIChildFrameBase;
173 DeclareGetClassType();
180 friend class CGUIManagerView;
181 friend class CGUIFixedViewPlacementSet;
Top-level base class of FLImaging.
Definition FLBase.h:36
Template type string class.
Definition FLString.h:34
FLImaging module execution result object.
Definition ResultsDef.h:1596
A class representing a rectangle.
Definition FLRect.h:24
A class of fixed view declaration.
Definition GUIFixedViewDeclaration.h:30
virtual void SetViewType(EViewType eViewType)
Sets the view type of this.
virtual EViewType GetViewType() const
Gets the view type of this.
virtual CGUIFixedViewDeclaration * GetFixedViewDeclaration() const
Gets the FixedViewDeclaration object of this.
virtual const CResult GetIniString(Base::CFLString< wchar_t > &strVal) const
Function that converts the properties of this class into an INI format and returns it.
virtual Foundation::CFLRect< double > GetPlacement() const
Gets the placement of this.
virtual ~CGUIFixedViewPlacement()
Default destructor.
virtual void Clear()
Clear this object's variables.
virtual void SetFixedViewDeclaration(CGUIFixedViewDeclaration *pFixedViewDeclaration)
Sets the FixedViewDeclaration object of this.
virtual void SetPlacement(Foundation::CFLRect< double > flrPlacementRatio)
Sets the fixed view placement of this.
CGUIFixedViewPlacement()
Default constructor.
virtual const CResult SetByIniString(const Base::CFLString< wchar_t > &strVal)
Sets the properties of the object using a string in INI file format.
Definition D2DObject.h:12
EViewType
View Type.
Definition DefinitionsGUI.h:45