VR-Forces 4.3 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
vrfListObjectPanelPage.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/vrfObjectListPanelPage.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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)