VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
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
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 Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)