VR-Forces 4.1 Class Documentation
DtSessionMenuItems.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtSessionMenuItems.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
18 
19 namespace makVrf
20 {
24  {
25  Q_OBJECT
26  public:
27  //CTOR
29 
30  //DTOR
31  virtual ~DtJoinSessionMenuItem();
32 
34  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
35 
36  protected:
37  virtual void on_triggered();
38 
39  protected:
41  };
42 
45  {
46  Q_OBJECT
47  public:
48  //CTOR
50 
51  //DTOR
52  virtual ~DtResignFromSessionMenuItem();
53 
55  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
56 
57  protected:
58  virtual void on_triggered();
59 
60  protected:
62  };
63 
67  {
68  Q_OBJECT
69  public:
70  //CTOR
72 
73  //DTOR
74  virtual ~DtCommModelSettingsItem();
75 
77  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
78 
79  protected:
80  virtual void on_triggered();
81 
82  virtual void slot_settingReceived(const std::string& s, const DtVrfBackendState* state);
83 
84  protected:
87  };
88 
91  {
92  Q_OBJECT
93 
94  public:
95  //CTOR
97 
98  //DTOR
100 
102  virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
103 
104  protected:
105  virtual void on_triggered();
106 
107  protected:
109  };
110 
111 }

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)