VR-Forces 4.2 Class Documentation
drawerKey.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2001 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: drawerKey.h,v $ $Revision: 1.3 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DtDrawerKey_H_
13 #define DtDrawerKey_H_
14 
16 
18 
20 #include <QtCore/QString>
21 
26 
28 {
29 public:
31  DtDrawerKey( const QString & primary,
32  const QString & secondary = QString() );
33  DtDrawerKey(const DtDrawerKey& orig);
34  DtDrawerKey& operator=(const DtDrawerKey& orig);
35  virtual ~DtDrawerKey();
36 
38 
39  virtual const QString & primary() const;
40  virtual void setPrimary( const QString & name );
41 
42  virtual const QString & secondary() const;
43  virtual void setSecondary( const QString & name );
44 
45 protected:
46  DtDrawerKey();
47 
48 protected:
49  QString myPrimary;
50  QString mySecondary;
51 
52 };
53 
54 #endif
55 

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)