Murl::Graph::PlaneTouchArea Class Reference

The PlaneTouchArea node class. More...

#include "murl_graph_plane_touch_area.h"

Inheritance diagram for Murl::Graph::PlaneTouchArea:

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 PlaneTouchArea node class.

XML Elements

XML Graph Node Tag:

<PlaneTouchArea>

XML Graph Node Attributes:

shape="RECTANGLE" [IEnums::TouchAreaShape]

The shape of the touch area. See Murl::Graph::IPlaneTouchArea::SetShape().

scaleFactor="1.0" [Real]

The combined X and Y scale factor. See Murl::Graph::IScalable::SetScaleFactor().

scaleFactorX="1.0" [Real]

The X scale factor. See Murl::Graph::IScalable::SetScaleFactorX().

scaleFactorY="1.0" [Real]

The Y scale factor. See Murl::Graph::IScalable::SetScaleFactorY().

frameSize="1.0" [Real]

The combined touch area width and height. See Murl::Graph::IPlaneTouchArea::SetFrameSize().

frameSizeX="1.0" [Real]

The touch area width. See Murl::Graph::IPlaneTouchArea::SetFrameSizeX().

frameSizeY="1.0" [Real]

The touch area height. See Murl::Graph::IPlaneTouchArea::SetFrameSizeY().

containerAlignmentX="CENTER" [IEnums::AlignmentX]

The horizontal alignment of the virtual layout container. See Murl::Graph::IPlaneTouchArea::SetContainerAlignmentX().

containerAlignmentY="CENTER" [IEnums::AlignmentY]

The vertical alignment of the virtual layout container. See Murl::Graph::IPlaneTouchArea::SetContainerAlignmentY().

border="0.0" [Real]

The horizontal and vertical alignment borders. See Murl::Graph::IPlaneTouchArea::SetBorder().

borderX="0.0" [Real]

The horizontal alignment border. See Murl::Graph::IPlaneTouchArea::SetBorderX().

borderY="0.0" [Real]

The vertical alignment border. See Murl::Graph::IPlaneTouchArea::SetBorderY().

XML Animation Resource Tags:

<ScalingKey interpolation="LINEAR"> [ScalingKey]

The animation key acting on Murl::Graph::IScalable::SetScaleFactor().


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


Copyright © 2011-2024 Spraylight GmbH.