VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfGuiConfiguration.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtVrfGuiConfiguration.h,v $ $Revision: 1.4 $ $State: Exp $
7 ******************************************************************************/
8 
9 
10 #pragma once
11 
13 
16 
17 namespace makVrv
18 {
19  class DtGuiConfiguration;
20  class DtMenuConfiguration;
21  class DtDisplayConfiguration;
22  class DtToolbarConfiguration;
23 }
24 
25 namespace makVrf
26 {
27  class DtVrfEditManager;
28 
36  {
37  public:
38 
41 
43  virtual ~DtVrfGuiConfiguration() override;
44 
45  protected:
46 
53 
60 
66  };
67 
68 }
69 
70 #define vrfGuiConfiguration_H_
71 #include <vrfGuiCore/vrfGuiConfiguration.inl>
virtual ~DtVrfGuiConfiguration() override
DTOR.
void createVrfGuiToolbars(makVrv::DtToolbarConfiguration &) const
Create the various toolbars in the GUI. Uses the toolbar configuration to setup all of the toolbars...
Definition: vrfGuiConfiguration.h:35
Contains the DtDeInitializer class definition.
void createVrfGui(makVrv::DtPageConfiguration &) const
Create the stealth GUI. Uses the page configuration to setup various vantage style pages used in seve...
void createVrfGuiMenus(makVrv::DtMenuConfiguration &) const
Create the various menus in the GUI. The parameter is passed in for for use by the function...
A configuration of the pages in the gui.
Definition: DtPageConfiguration.h:25
This owns a list of display engine configurations.
Definition: DtVrvApplicationConfiguration.h:32
DtVrfGuiConfiguration()
CTOR, processes command line arguments.
A configuration of the toolbar layout.
Definition: DtToolbarConfiguration.h:25
A configuration of a menu layout. A menu configuration manages an ordered collection of menu paths th...
Definition: DtMenuConfiguration.h:43
Contains makVrv::DtDeConfiguration class.
Contains makVrv:DtVrvApplicationConfiguration class.

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)