VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dragObject.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: dragObject.h,v $ $Revision: 1.4 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #pragma once
15 
17 
18 #include <QtCore/QMimeData>
19 #include <QtGui/QKeyEvent>
20 #include <QtGui/QDragMoveEvent>
21 
22 namespace makVrf
23 {
25  {
26  public:
27 
28  DtDragObject(const QString& entityId, QString drag = dragType());
29 
30  virtual ~DtDragObject();
31 
32  static bool canDecode ( QDragMoveEvent* event, QString drag = dragType() );
33 
34  static bool decode( QDropEvent* event, QString& id, QString drag = dragType());
35  static bool decode(QByteArray& rawData, QString& items);
36 
37  static QString dragType();
38  };
39 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)