MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
stringListViewItem.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: stringListViewItem.h,v $ $Revision: 174599 $ $State: Exp $
7 *******************************************************************************/
8 
9 #pragma once
11 
12 #include <QTreeWidget>
13 #include <QTreeWidgetItem>
14 
15 
16 // An extension on Qt's List that allows each item to keep an
17 // extra string with information on type
19 {
20 public:
21 
22  // Constructor
24  const char * label,
25  const char * extra);
27  const char * label,
28  const char * extra);
29 
30  // Destructor
31  virtual ~DtStringListViewItem();
32 
33  // Grab the extra information
34  virtual QString getExtraStringInfo();
35 
36 protected:
37 
38  QString myExtra;
39 
40 private:
41 
42  // Copy Constructor
44 
45  // Assignment Operator
46  DtStringListViewItem& operator=(const DtStringListViewItem& rhs);
47 
48 };
QString myExtra
Definition: stringListViewItem.h:38
Definition: stringListViewItem.h:18
#define DT_DLL_TRFCANLZR
Definition: trafficAnalyzerPlugin.h:18

Document ID: Generated on Thu Jul 14 15:45:33 EDT 2022 from SVN revision 244827
Copyright © 2021 MAK Technologies. All Rights Reserved (www.mak.com)