VR-Forces 4.1 Class Documentation
uiSingleSystemElement.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: uiSingleSystemElement.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef uiSingleSystemElement_h
15 #define uiSingleSystemElement_h
16 
19 #include "vrfutil/rwString.h"
20 
21 class QComboBox;
23 class QAbstractButton;
24 class QGroupBox;
25 
27 
29 {
30 public:
31 
34  DtReaderWriterRegistry* const parentRegistry = NULL);
35 
37  virtual ~DtUiSingleSystemElement();
38 
41 
44 
45  virtual void openPropertyEditWindow();
46 
47  virtual bool isModified() const;
48 
49 protected:
50  virtual void setFromParameters(DtReaderWriter* parentRw);
52 
53  //virtual QWidget* createControls(QWidget*);
54  virtual QWidget* createDataEntryElement(QWidget* parent);
55 
56  virtual void elementChanged();
57 
58  virtual void findAvailableSystems();
59  virtual QString getOpdEditorArguments() const;
60 
61  virtual void processUiEvent(const DtUiElementEvent&);
62 
63 protected:
64  virtual DtUiElement* clone();
65 
66 protected:
70  QAbstractButton* myPropertiesButton;
71  QAbstractButton* myLaunchOpdEditor;
72 
74 };
75 
76 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)