VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCoreQt
DtFileCacheInterface.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtFileCacheInterface.h,v $ $Revision: 1.6 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
#include <
vrvCoreQt/vrvCoreQt.h
>
15
16
namespace
makVrv
17
{
20
class
DT_DLL_VRVCOREQT
DtFileCacheInterface
21
{
22
public
:
23
25
virtual
~
DtFileCacheInterface
();
26
29
boost::signal<void (bool)>
signal_enableAccelerationCachingChanged
;
30
32
boost::signal<void (bool)>
signal_clearOnNewSceneChanged
;
33
35
boost::signal <void (bool)>
signal_compressTexturesChanged
;
36
38
boost::signal <void ()>
signal_clearAccelerationCache
;
39
41
boost::signal <void (bool)>
signal_enableInstancingChanged
;
42
44
boost::signal <void ()>
signal_clearInstanceCache
;
45
48
virtual
void
setEnableAccelerationCaching(
bool
enabled) = 0;
49
51
virtual
void
setCompressTexture(
bool
enabled) = 0;
52
54
virtual
void
setEnableInstancing(
bool
enabled) = 0;
55
57
virtual
void
setClearOnNewScene(
bool
enabled) = 0;
58
};
59
}
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)