VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtDeselectableTreeWidget.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 #include <QtGui/QTreeWidget>
14 #include <QtCore/QString>
15 
16 class QTreeWidgetItem;
17 class QModelIndex;
18 
19 namespace makVrv
20 {
21 
28  {
29  Q_OBJECT
30 
31  public:
34 
35  protected:
40  virtual void mousePressEvent(QMouseEvent* event);
41 
48  virtual bool eventFilter(QObject* obj, QEvent* event);
49 
50  protected slots:
53  virtual void rowsInserted(const QModelIndex &parent, int start, int end);
54 
57  virtual void rowsAboutToBeRemoved(
58  const QModelIndex &parent, int start, int end);
59  };
60 
61 }
62 

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)