VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
globalPlansDialogInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtGlobalPlansDialogInterface.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
16 #include <vrvUtil/signalslib.h>
18 
19 #include <vector>
20 #include <vlutil/vlString.h>
21 
22 class QWidget;
23 class QString;
24 
25 namespace makVrf
26 {
28  {
29  public:
30  //DTOR
32 
34  virtual QWidget* widget() = 0;
35 
36  virtual bool itemSelected() const = 0;
37 
38  virtual void setEditPlanEnabled(bool) = 0;
39  virtual void setDeletePlanEnabled(bool) = 0;
40 
41  virtual void clearGlobalPlansList() = 0;
42  virtual void addGlobalPlan(const QString& planName, const QString& simulationAddress) = 0;
43 
44  virtual void removeGlobalPlansForBackend(const QString&) = 0;
45 
48  virtual void removePlansFromBackendNotInList(const std::vector<DtString>&, const QString& addr) = 0;
49 
50  virtual bool getSelectedGlobalPlan(QString& plan, QString& simulationAddress) const = 0;
51 
52  virtual bool hasPlanNamed(const QString&) const = 0;
53  };
54 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)