The View node class. More...

#include "murl_graph_view.h"

Inheritance diagram for Murl::Graph::View:

Additional Inherited Members

- Public Types inherited from Murl::IFactoryObject< INode >
using ClassInfoArray = Array< const ClassInfo * >
 Definition of an array of ClassInfo objects.
 
- Public Member Functions inherited from Murl::IFactoryObject< INode >
 ~IFactoryObject () override
 The destructor.
 
virtual const ClassInfo * GetObjectClassInfo () const=0
 Get the object instance's class info, if present. More...
 
virtual void ResetObjectProperties ()=0
 Reset the object instance's properties to their default values.
 
- Static Public Member Functions inherited from Murl::IFactoryObject< INode >
static const PropertyInfoGetPropertyInfo ()
 Get the class' property info struct. More...
 
static const AttributeInfoGetAttributeInfo ()
 Get the class' attribute info struct. More...
 
static void ResetProperties (IFactoryObject< INode > *object)
 Reset an object instance's properties to their default values. More...
 

Detailed Description

The View node class.

XML Elements

XML Graph Node Tag:

<View>

XML Graph Node Attributes:

frameBufferId="" [String]

The ID of the frame buffer to attach to. See Murl::Graph::IView::GetFrameBufferNodeTarget().

depthOrder="0" [SInt32]

The view's depth order within its frame buffer. See Murl::Graph::IView::SetDepthOrder().

leftMaskCoord="0" [SInt32]

The offset of the mask's left border, with regard to its anchor. See Murl::Graph::IView::SetMaskCoordsX().

rightMaskCoord="0" [SInt32]

The offset of the mask's right border, with regard to its anchor. See Murl::Graph::IView::SetMaskCoordsX().

topMaskCoord="0" [SInt32]

The offset of the mask's top border, with regard to its anchor. See Murl::Graph::IView::SetMaskCoordsY().

bottomMaskCoord="0" [SInt32]

The offset of the mask's bottom border, with regard to its anchor. See Murl::Graph::IView::SetMaskCoordsY().

leftMaskAnchor="LEFT" [IEnums::AlignmentX]

The anchor for the mask's left border. See Murl::Graph::IView::SetMaskAnchorsX().

rightMaskAnchor="RIGHT" [IEnums::AlignmentX]

The anchor for the mask's right border. See Murl::Graph::IView::SetMaskAnchorsX().

topMaskAnchor="TOP" [IEnums::AlignmentY]

The anchor for the mask's top border. See Murl::Graph::IView::SetMaskAnchorsY().

bottomMaskAnchor="BOTTOM" [IEnums::AlignmentY]

The anchor for the mask's bottom border. See Murl::Graph::IView::SetMaskAnchorsY().

fieldOfViewX="1.0" [Real]

The horizontal field of view. See Murl::Graph::IView::SetFieldOfViewX().

fieldOfViewY="1.0" [Real]

The vertical field of view. See Murl::Graph::IView::SetFieldOfViewY().

unitMeasureX="PIXELS" [IEnums::LengthMeasure]

The horizontal unit measure. See Murl::Graph::IView::SetUnitMeasures().

unitMeasureY="PIXELS" [IEnums::LengthMeasure]

The vertical unit measure. See Murl::Graph::IView::SetUnitMeasures().


The documentation for this class was generated from the following file:
  • murl_graph_view.h


Copyright © 2011-2024 Spraylight GmbH.