VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
makVrv::DtFileCacheInterface Class Reference

The interface for the DtFileCachePage. More...

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

Public Member Functions

virtual ~DtFileCacheInterface ()
 DTOR.
virtual void setEnableAccelerationCaching (bool enabled)=0
 Setters Enable/disable file caching.
virtual void setCompressTexture (bool enabled)=0
 Enable/disable texture compression.
virtual void setEnableInstancing (bool enabled)=0
 Enable/disable runtime object caching.
virtual void setClearOnNewScene (bool enabled)=0
 Enable/disable clearing instances on new scene.

Public Attributes

boost::signal< void(bool)> signal_enableAccelerationCachingChanged
 Signals.
boost::signal< void(bool)> signal_clearOnNewSceneChanged
 Called when the clear on new scene widget state changes.
boost::signal< void(bool)> signal_compressTexturesChanged
 Called when the user checks the texture compression checkbox.
boost::signal< void()> signal_clearAccelerationCache
 Called when the user presses the clear cache button.
boost::signal< void(bool)> signal_enableInstancingChanged
 Called when the user checks the runtime caching checkbox.
boost::signal< void()> signal_clearInstanceCache
 Called when the user presses the clear instance cache button.

Detailed Description

The interface for the DtFileCachePage.

Constructor & Destructor Documentation

virtual makVrv::DtFileCacheInterface::~DtFileCacheInterface ( )
virtual

DTOR.

Member Function Documentation

virtual void makVrv::DtFileCacheInterface::setEnableAccelerationCaching ( bool  enabled)
pure virtual

Setters Enable/disable file caching.

Implemented in makVrv::DtFileCachePage.

virtual void makVrv::DtFileCacheInterface::setCompressTexture ( bool  enabled)
pure virtual

Enable/disable texture compression.

Implemented in makVrv::DtFileCachePage.

virtual void makVrv::DtFileCacheInterface::setEnableInstancing ( bool  enabled)
pure virtual

Enable/disable runtime object caching.

Implemented in makVrv::DtFileCachePage.

virtual void makVrv::DtFileCacheInterface::setClearOnNewScene ( bool  enabled)
pure virtual

Enable/disable clearing instances on new scene.

Implemented in makVrv::DtFileCachePage.

Member Data Documentation

boost::signal<void (bool)> makVrv::DtFileCacheInterface::signal_enableAccelerationCachingChanged

Signals.

Called when the user checks the file caching checkbox.

boost::signal<void (bool)> makVrv::DtFileCacheInterface::signal_clearOnNewSceneChanged

Called when the clear on new scene widget state changes.

boost::signal<void (bool)> makVrv::DtFileCacheInterface::signal_compressTexturesChanged

Called when the user checks the texture compression checkbox.

boost::signal<void ()> makVrv::DtFileCacheInterface::signal_clearAccelerationCache

Called when the user presses the clear cache button.

boost::signal<void (bool)> makVrv::DtFileCacheInterface::signal_enableInstancingChanged

Called when the user checks the runtime caching checkbox.

boost::signal<void ()> makVrv::DtFileCacheInterface::signal_clearInstanceCache

Called when the user presses the clear instance cache button.


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

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)