VR-Exchange 2.2 API Documentation
styleNoBranches.h
Go to the documentation of this file.
1 /*******************************************************************************
2  ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 
7 #ifndef styleNoBranches_H_
8 #define styleNoBranches_H_
9 
10 #include <namespace.h>
11 
13 #include <QtGui/QWindowsStyle>
14 
15 class QTreeWidgetItem;
16 
17 namespace MAKVrExchange
18 {
19 
22  {
23 
24  protected:
25  //Helper to find the next sibling that's not hidden
26  static QTreeWidgetItem* nextVisibleSibling(QTreeWidgetItem* item);
27 
28  virtual void drawPrimitive(PrimitiveElement pe, const QStyleOption *opt, QPainter *p,
29  const QWidget *w) const;
30 
31  private:
32  // Disabled copy constructor and operator=
34  DtStyleNoBranches& operator=( const DtStyleNoBranches & );
35  };
36 }
37 
38 #endif

Document ID: Generated on Mon Apr 15 17:15:50 EDT 2013 from SVN revision 126154
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)