VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
DtHostilityMatrixDialogInterface.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
16
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
17
#include <
vrvUtil/signalslib.h
>
18
19
#include <QtCore/QString>
20
21
class
QTableWidget;
22
class
QWidget
;
23
24
namespace
makVrf
25
{
26
class
DT_DLL_VRFGUICOREQT
DtHostilityMatrixDialogInterface
27
{
28
public
:
29
//DTOR
30
virtual
~
DtHostilityMatrixDialogInterface
();
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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)