VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
informationPageConfiguration.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrfGuiCore/vrfGuiCore.h>
14 
16 
17 namespace makVrf
18 {
21  {
22  public:
27 
30 
31  void addPagePath( const DtInformationPagePath& path, int weight = -1);
32  void addPagePathBefore( const DtInformationPagePath& path, const DtInformationPagePath& relativeTo);
33  void addPagePathAfter( const DtInformationPagePath& path, const DtInformationPagePath& relativeTo);
34 
35  virtual void addPageItemToSection(const std::string& collectionName, const std::string& section,
36  const std::string& pageItemName, int row, int col, int rowSpan = 1, int colSpan = 1, int width = -1, int height = -1);
37  virtual void addInformationItemToSection(const std::string& collectionName, const std::string& section,
38  const std::string& informationItemName, int row, int col, int rowSpan = 1, int colSpan = 1, int width = -1, int height = -1);
39  virtual void removePageItemFromSection(const std::string& collectionName,
40  const std::string& section, const std::string& pageItemName);
41  virtual void removeInformationItemFromSection(const std::string& collectionName,
42  const std::string& section, const std::string& informationItemName);
43 
45  virtual std::string pageForInformationItem(const std::string& item) const;
46 
47  virtual void getChildren( const DtInformationPagePath& path, PagePathList& children ) const;
48  };
49 }
std::list< DtPagePath > PagePathList
Definition: DtPageConfiguration.h:30
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Contains makVrv::DtPageConfiguration class.
Contains makVrf::DtInformationPagePath class.
A configuration of the pages in the gui.
Definition: DtPageConfiguration.h:25
A page path is the location of a page based upon it&#39;s parents.
Definition: informationPagePath.h:23
A configuration of the pages in the gui.
Definition: informationPageConfiguration.h:20

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)