![]() |
VR-Forces 4.8 Class Documentation
|
Override to hide clear instances on new scene check box which is not used by VR-Forces. More...

Public Member Functions | |
| DtVrfFileCachePage (makVrv::DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor of the page. More... | |
| virtual | ~DtVrfFileCachePage () |
| DTOR. More... | |
Public Member Functions inherited from makVrv::DtFileCachePage | |
| DtFileCachePage (DtDe &de, QWidget *parent, Qt::WindowFlags f=Qt::Widget) | |
| CTOR. More... | |
| virtual | ~DtFileCachePage () |
| DTOR. More... | |
| virtual QIcon | icon () |
| Get the icon of the page. More... | |
| virtual QString | title () |
| Get the title of the page. More... | |
| virtual const std::string & | pageClassName () const |
| Get the class name of the page. More... | |
| virtual void | setEnableAccelerationCaching (bool enabled) |
| Enable/disable file caching. More... | |
| virtual void | setCompressTexture (bool enabled) |
| Enable/disable texture compression. More... | |
| virtual void | setEnableInstancing (bool enabled) |
| Enable/disable runtime object caching. More... | |
| virtual void | setClearOnNewScene (bool enabled) |
| Enable/disable clearing instances on new scene. More... | |
Public Member Functions inherited from makVrv::DtPage | |
| DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| CTOR for page. More... | |
| virtual | ~DtPage () |
| DTOR for page. More... | |
| virtual PageAction | pageAction () |
| return the current action on the page More... | |
| virtual void | setPageAction (PageAction action) |
| set the curret action on the page More... | |
| virtual void | setActionFlag (int flag) |
| set the action flag of the page More... | |
| virtual int | actionFlag () |
| return the action flag of the page More... | |
| virtual void | setParentDialog (QWidget *paraentDialog) |
| set the parent dialog that owns this page More... | |
| virtual QWidget * | parentDialog () |
| return the parent dialog that own this page More... | |
| virtual bool | shouldAskBeforeAction (PageAction action) |
| test the action flag with the action, return true if we should ask before executing the action /param action the current page action More... | |
| virtual void | askBeforeAction () |
| Called when the action flag is set and before the action is beind executed, default do nothing. More... | |
| virtual void | executeAfterAsk (bool revert) |
| Called after askBeforeAction(), whether user wants to revert the action or resume the action /param revert if true, the user wants to revert the action, otherwise resume it. More... | |
| virtual void | resumeLastAction () |
| resume the last action of the page More... | |
| virtual void | onCloseEvent () |
| will be called when user hit the close button of this page, default do nothing. More... | |
| virtual void | onSwitchEvent () |
| will be called when user try switch to another page, default do nothing. More... | |
Public Member Functions inherited from makVrv::DtFileCacheInterface | |
| virtual | ~DtFileCacheInterface () |
| DTOR. More... | |
Additional Inherited Members | |
Public Types inherited from makVrv::DtPage | |
| enum | PageAction { None = 0x0000, Switching = 0x0001, Closing = 0x0010 } |
Public Slots inherited from makVrv::DtFileCachePage | |
| virtual void | onEnableAccelerationCachingChanged (int state) |
| Called when the user checks the file caching checkbox. More... | |
| virtual void | onClearOnNewSceneChanged (int state) |
| Called when the user checks the clear instances on new scene checkbox. More... | |
| virtual void | onCompressTextureChanged (int state) |
| Called when the user checks the texture compression checkbox. More... | |
| virtual void | onClearAccelerationCacheClicked () |
| Called when the user presses the clear cache button. More... | |
| virtual void | onEnableInstancingChanged (int state) |
| Called when the user checks the runtime caching checkbox. More... | |
| virtual void | onClearInstanceCacheClicked () |
| Called when the user presses the clear instance cache button. More... | |
Static Public Member Functions inherited from makVrv::DtFileCachePage | |
| static const std::string & | thePageClassName () |
| Get the class name of the page (static). More... | |
Public Attributes inherited from makVrv::DtFileCacheInterface | |
| boost::signal< void(bool)> | signal_enableAccelerationCachingChanged |
| Signals. More... | |
| boost::signal< void(bool)> | signal_clearOnNewSceneChanged |
| Called when the clear on new scene widget state changes. More... | |
| boost::signal< void(bool)> | signal_compressTexturesChanged |
| Called when the user checks the texture compression checkbox. More... | |
| boost::signal< void()> | signal_clearAccelerationCache |
| Called when the user presses the clear cache button. More... | |
| boost::signal< void(bool)> | signal_enableInstancingChanged |
| Called when the user checks the runtime caching checkbox. More... | |
| boost::signal< void()> | signal_clearInstanceCache |
| Called when the user presses the clear instance cache button. More... | |
Protected Member Functions inherited from makVrv::DtFileCachePage | |
| void | setupGui () |
| Sets up the widget's fields. More... | |
| void | connectToSignals () |
| Connects widget signals to slots. More... | |
| virtual void | activate () |
| Enable the page. More... | |
| virtual void | deactivate () |
| Disable the page. More... | |
Protected Attributes inherited from makVrv::DtFileCachePage | |
| QLabel * | myAcceleratedLoadingDesc |
| Widgets etc. More... | |
| QLabel * | myInstancingDescriptionLabel |
| QCheckBox * | myAcceleratedLoadingCheckBox |
| QCheckBox * | myCompressTextureCheckBox |
| QVBoxLayout * | myInstanceGroupBoxLayout |
| QCheckBox * | myClearOnNewSceneCheckBox |
| QPushButton * | myClearButton |
| QPushButton * | myClearInstancingButton |
| DtPersistenceToolbarWidget * | myToolbar |
| DtVirtualBaseClass * | myLogic |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
| QWidget * | myParentDialog |
| PageAction | myCurrentPageAction |
| int | myActionFlag |
Override to hide clear instances on new scene check box which is not used by VR-Forces.
| makVrf::DtVrfFileCachePage::DtVrfFileCachePage | ( | makVrv::DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructor of the page.
|
virtual |
DTOR.