MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
objectListViewItem.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2024 MAK Technologies, Inc
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: objectListViewItem.h,v $ $Revision: 266449 $ $State: Exp $
7 *******************************************************************************/
8 
9 #pragma once
11 
12 //VR-Link
13 #include <vlutil/vlUtil.h>
14 #include <vl/rtiNamespace.h>
15 
16 #include <QTreeWidget>
17 #include <QTreeWidgetItem>
18 #include <QStringList>
19 #include <QtCore/QTime>
20 
21 // An extension on Qt's List that allows each item to keep a pointer
22 // to the reflected entity this item refers to.
24 {
25 public:
26 
27  // Constructor
29  const char * label );
30 
31  DtObjectListViewItem ( QTreeWidget * parent, QStringList lst );
32  DtObjectListViewItem ( QTreeWidgetItem * parent, QStringList lst );
33  DtObjectListViewItem ( QTreeWidgetItem * parent, QTreeWidgetItem * after, QStringList lst );
34 
35 
36 
37  // Destructor
38  virtual ~DtObjectListViewItem();
39 
40  virtual void setText ( int column, const QString & newText );
41  virtual void resetColorUpdate();
42 
43 protected:
45  QBrush myBrush;
46 
47 private:
48 
49  // Copy Constructor
51 
52  // Assignment Operator
53  DtObjectListViewItem& operator=(const DtObjectListViewItem& rhs);
54 
55 };
Definition: objectListViewItem.h:23
QBrush myBrush
Definition: objectListViewItem.h:45
bool myColorUpdate
Definition: objectListViewItem.h:44
#define DT_DLL_TRFCANLZR
Definition: trafficAnalyzerPlugin.h:18

Document ID: Generated on Fri May 31 15:45:35 EDT 2024 from SVN revision 266500
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)