VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiObjectInformationQt
DtInformationPageConfiguration.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: $ $Revision: 97812 $ $State: $
7
******************************************************************************/
8
12
13
#pragma once
14
15
#include <
vrfGuiObjectInformationQt/vrfGuiObjectInformationQt.h
>
16
#include <
vrfGuiObjectInformationQt/DtInformationPagePath.h
>
17
18
#include <
vrvCore/DtPageConfiguration.h
>
19
20
namespace
makVrf
21
{
22
namespace
makVrfGuiObjectInformationQt
23
{
26
class
DT_DLL_VRFGUIOBJECTINFORMATIONQT
DtInformationPageConfiguration
:
public
makVrv::DtPageConfiguration
27
{
28
public
:
30
DtInformationPageConfiguration
();
31
33
~
DtInformationPageConfiguration
();
34
35
void
addPagePath(
const
DtInformationPagePath
& path,
int
weight = -1);
36
void
addPagePathBefore(
const
DtInformationPagePath
& path,
const
DtInformationPagePath
& relativeTo);
37
void
addPagePathAfter(
const
DtInformationPagePath
& path,
const
DtInformationPagePath
& relativeTo);
38
};
39
}
40
}
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)