VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
DtVrfListObjectPanelPage.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtVrfListObjectPanelPage.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
11
15
16
#pragma once
17
18
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
19
#include <
vrfGuiCoreQt/DtVrfObjectListPanelPageCreator.h
>
20
21
#include <
vrvCore/DtSelectionManager.h
>
22
23
class
QVBoxLayout;
24
25
namespace
makVrf
26
{
27
class
DtVrfSelectionFilter;
28
class
DtVrfFilteredListView;
29
30
class
DT_DLL_VRFGUICOREQT
DtVrfListObjectPanelPageLogic
31
{
32
33
public
:
34
35
DtVrfListObjectPanelPageLogic
(
makVrv::DtDe
&,
DtVrfObjectListPanelPageInterface
* iface);
36
37
virtual
~
DtVrfListObjectPanelPageLogic
();
38
39
virtual
void
initializeFilterList() = 0;
40
41
virtual
void
addFilter(
const
DtVrfSelectionFilter
* filter);
42
43
virtual
void
initializeConnections();
44
45
protected
:
46
virtual
void
slot_externalSelectionChanged(
47
const
makVrv::DtSelectionManager::IdSet
& selected,
48
const
makVrv::DtSelectionManager::IdSet
& deselected );
49
50
virtual
void
slot_itemSelectionChanged();
51
53
virtual
void
addFiltersFromCollection(
const
std::string& filterCollection);
54
55
protected
:
56
57
virtual
void
slot_rightClickOnItem(QPoint global);
58
59
protected
:
60
makVrv::DtDe
&
myDe
;
61
DtVrfObjectListPanelPageInterface
*
myInterface
;
62
};
63
65
class
DT_DLL_VRFGUICOREQT
DtVrfListObjectPanelPage
:
public
DtVrfObjectListPanelPage
66
{
67
68
public
:
70
DtVrfListObjectPanelPage
(
makVrv::DtDe
& de,
QWidget
* parent = 0, Qt::WindowFlags flags = 0);
71
73
virtual
~
DtVrfListObjectPanelPage
();
74
75
virtual
void
addFilter(
const
DtVrfSelectionFilter
* f);
76
77
DtVrfFilteredListView
* listView();
78
79
protected
:
80
81
virtual
void
setupUi(
QWidget
* p);
82
83
virtual
void
slot_onSetupUi(
makVrv::DtDe
& de,
QWidget
* p);
84
85
protected
:
86
87
QVBoxLayout*
myMasterLayout
;
88
DtVrfFilteredListView
*
myListView
;
89
DtVrfListObjectPanelPageLogic
*
myLogic
;
90
};
91
}
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
)