VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
configurationFunctions.h
Go to the documentation of this file.
1 #ifndef ConfigurationFunctions_H
2 #define ConfigurationFunctions_H
3 
4 // Define this to enable interactive tests
5 //#define INTERACTIVE_MODE
6 
12 
13 //
14 // The following "test" configs are all configured with preset names that
15 // work together. For example if you create a test channel config
16 // and add that to a test window config, and add that to a test display config
17 // then you initialize an IG with a test initialzier, it will realize the
18 // config. Fullscreen, simpleWindow, and qtWindow are shortcuts for such configs.
19 //
25 
26 // Fullscreen Window.
28 
29 // Simple OS Window
31 
32 // A single Qt Window
34 
35 // Given an DtDeConfiguration build an DtVrvApplicationConfiguration that will
36 // either load plugins or not.
38  makVrv::DtDeConfiguration deConfig, bool bLoadPlugins = true);
39 
40 // Build a DtDeConfiguration from a DtDisplayConfiguration.
42 
43 // Build a DtDeConfiguration using embeddedDisplayConfig().
45 
46 // Return the location of the test data directory.
47 std::string testTerrainsDir();
48 
49 // Return the location of the test data directory.
50 std::string testDataDir();
51 
52 // Return the location of the real data directory.
53 std::string dataDir();
54 
55 #endif

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)