VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)