VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hostilityMatrixDialogInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtHostilityMatrixDialogInterface.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
17 #include <vrvUtil/signalslib.h>
18 
19 #include <QtCore/QString>
20 
21 class QTableWidget;
22 class QWidget;
23 
24 namespace makVrf
25 {
27  {
28  public:
29  //DTOR
31 
33  virtual bool blockTableSignals(bool) = 0;
34 
36  virtual void setRowCount(int) = 0;
37 
39  virtual int rowCount() const = 0;
40 
42  virtual void setColumnCount(int) = 0;
43 
45  virtual int columnCount() const = 0;
46 
48  virtual void showHeaders(bool horiz, bool vert) = 0;
49 
51  virtual void showRow(int row, bool) = 0;
52 
54  virtual void showColumn(int col, bool) = 0;
55 
57  virtual void setCellWidget(int row, int col, QWidget*) = 0;
58 
60  virtual void resizeToContents() = 0;
61 
63  virtual bool hasCheckBox(int row, int col) const = 0;
64 
66  virtual bool checked(int row, int col) const = 0;
67 
69  virtual void setChecked(int row, int col, bool) = 0;
70  };
71 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)