VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
tacticalGraphicCreatePalette.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 
15 namespace makVrf
16 {
17  class DtTacticalGraphicCreatePaletteLogic;
18 
21  {
22  Q_OBJECT
23 
24  public:
26  DtTacticalGraphicCreatePalette( makVrv::DtDe& de, QWidget* parent = 0, Qt::WindowFlags flags = 0);
27 
30 
32  virtual QIcon icon();
33 
36  virtual makVrv::DtQIconConfigurations qIconConfigurations() const;
37 
39  virtual QString title();
40 
42  virtual const std::string& pageClassName() const;
43 
45  static const std::string& thePageClassName();
46 
47  virtual bool hasDeployedCountries() const { return false; };
48  };
49 
52 }
A widget class for showing different items of supplied types to the logic tthat can be created...
Definition: entityCreatePalette.h:68
virtual bool hasDeployedCountries() const
Returns true if supports deployed countries.
Definition: tacticalGraphicCreatePalette.h:47
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
Definition: DtPage.h:150
A widget class for creating TacticalGraphic objects.
Definition: tacticalGraphicCreatePalette.h:20
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
A collection of icon configurations. The collection maintains flags indicating whether to generate ic...
Definition: DtQIconConfiguration.h:75
makVrv::DtPageCreatorTemplate< DtTacticalGraphicCreatePalette > DtTacticalGraphicsPalettePageCreator
Definition: tacticalGraphicCreatePalette.h:51

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)