VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 
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  virtual QWidget* cellWidget(int row, int col) = 0;
59 
61  virtual void resizeToContents() = 0;
62 
64  virtual bool hasCheckBox(int row, int col) const = 0;
65 
67  virtual bool checked(int row, int col) const = 0;
68 
70  virtual void setChecked(int row, int col, bool) = 0;
71  };
72 }
Definition: hostilityMatrixDialogInterface.h:26
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)