VR-Forces 4.1.1 Class Documentation
uiModelResolutionConfigElement.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: uiModelResolutionConfigElement.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef uiModelResolutionConfigElement_h
15 #define uiModelResolutionConfigElement_h
16 
18 #include "vrfutil/rwString.h"
19 #include "vrfutil/rwStringList.h"
20 #include <list>
21 
26 
30 
32 
34 {
35 public:
38  DtReaderWriterRegistry* const parentRegistry = NULL);
39 
42 
45 
48 
50  virtual void objectParametersModified();
51 
54  virtual QWidget* createControls(QWidget* parent);
55 
56 protected:
57 
60  virtual void updateAggregatedSystems();
61 
64  virtual void updateDisaggregatedSystems();
65 
66  virtual const DtComponentSystemDefinition* lookupSystemDefinition(
67  const DtComponentSystemDescriptor* descriptor) const;
68 
72  modelResolutionDescriptor(const DtString& name) const;
73 
75  std::list<DtSymbolString> systemsWithCategory(const DtString& category);
76 
78  virtual DtUiElement* clone();
79 
82  virtual void setFromParameters(DtReaderWriter* parentRw);
83 
84 protected:
85 
88 
91 
94 
97 };
98 
99 #endif

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)