VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
makVrv::DtTreeRandomizationInterface Class Referenceabstract

Abstract class specifying the interface a DtTreeRandomizationLogic expects.

Inheritance diagram for makVrv::DtTreeRandomizationInterface:
Inheritance graph
[legend]

Public Member Functions

virtual void setTreeMinScale (double minScale)=0
 
virtual void setTreeMaxScale (double maxScale)=0
 
virtual void setTreeOrientationRandomizationEnabled (bool enabled)=0
 
virtual void setTreeScaleRandomizationEnabled (bool enabled)=0
 
virtual double treeMinScale ()=0
 
virtual double treeMaxScale ()=0
 
virtual bool treeOrientationRandomizationEnabled ()=0
 
virtual bool treeScaleRandomizationEnabled ()=0
 

Public Attributes

boost::signalslib::signal
< void(bool)> 
signal_treeOrientationRandomizationEnabledChanged
 
boost::signalslib::signal
< void(bool)> 
signal_treeScaleRandomizationEnabledChanged
 
boost::signalslib::signal
< void(double)> 
signal_treeMaxScaleChanged
 
boost::signalslib::signal
< void(double)> 
signal_treeMinScaleChanged
 

Member Function Documentation

virtual void makVrv::DtTreeRandomizationInterface::setTreeMinScale ( double  minScale)
pure virtual

Set the interface's current min scale value Called by the logic.

Implemented in makVrv::DtTreeRandomizationWidget.

virtual void makVrv::DtTreeRandomizationInterface::setTreeMaxScale ( double  maxScale)
pure virtual

Set the interface's current max scale value Called by the logic.

Implemented in makVrv::DtTreeRandomizationWidget.

virtual void makVrv::DtTreeRandomizationInterface::setTreeOrientationRandomizationEnabled ( bool  enabled)
pure virtual

Set the interface's "tree orientation randomization enabled" state Called by the logic.

Implemented in makVrv::DtTreeRandomizationWidget.

virtual void makVrv::DtTreeRandomizationInterface::setTreeScaleRandomizationEnabled ( bool  enabled)
pure virtual

Set the interface's "tree scale randomization enabled" state Called by the logic.

Implemented in makVrv::DtTreeRandomizationWidget.

virtual double makVrv::DtTreeRandomizationInterface::treeMinScale ( )
pure virtual

Returns the interface's current tree min scale value.

Implemented in makVrv::DtTreeRandomizationWidget.

virtual double makVrv::DtTreeRandomizationInterface::treeMaxScale ( )
pure virtual

Returns the interface's current tree max scale value.

Implemented in makVrv::DtTreeRandomizationWidget.

virtual bool makVrv::DtTreeRandomizationInterface::treeOrientationRandomizationEnabled ( )
pure virtual

Returns the interface's current "tree orientation randomization enabled" state.

Implemented in makVrv::DtTreeRandomizationWidget.

virtual bool makVrv::DtTreeRandomizationInterface::treeScaleRandomizationEnabled ( )
pure virtual

Returns the interface's current "tree scale randomization enabled" state.

Implemented in makVrv::DtTreeRandomizationWidget.

Member Data Documentation

boost::signalslib::signal<void (bool)> makVrv::DtTreeRandomizationInterface::signal_treeOrientationRandomizationEnabledChanged

Signal emitted when the user checks/unchecks "tree orientation randomization enabled". Connected to a slot in the logic.

boost::signalslib::signal<void (bool)> makVrv::DtTreeRandomizationInterface::signal_treeScaleRandomizationEnabledChanged

Signal emitted when the user checks/unchecks "tree scale randomization enabled". Connected to a slot in the logic.

boost::signalslib::signal<void (double)> makVrv::DtTreeRandomizationInterface::signal_treeMaxScaleChanged

Signal emitted when the user changes the tree max scale . Connected to a slot in the logic.

boost::signalslib::signal<void (double)> makVrv::DtTreeRandomizationInterface::signal_treeMinScaleChanged

Signal emitted when the user changes the tree min scale. Connected to a slot in the logic.


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

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)