VR-Forces Developer's Guide
 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 {
24  {
25  public:
30 
33 
34  void addPagePath( const DtInformationPagePath& path, int weight = -1);
35  void addPagePathBefore( const DtInformationPagePath& path, const DtInformationPagePath& relativeTo);
36  void addPagePathAfter( const DtInformationPagePath& path, const DtInformationPagePath& relativeTo);
37 
38  virtual void addPageItemToSection(const std::string& collectionName, const std::string& section,
39  const std::string& pageItemName, int row, int col, int rowSpan = 1, int colSpan = 1, int width = -1, int height = -1);
40  virtual void addInformationItemToSection(const std::string& collectionName, const std::string& section,
41  const std::string& informationItemName, int row, int col, int rowSpan = 1, int colSpan = 1, int width = -1, int height = -1);
42  virtual void removePageItemFromSection(const std::string& collectionName,
43  const std::string& section, const std::string& pageItemName);
44  virtual void removeInformationItemFromSection(const std::string& collectionName,
45  const std::string& section, const std::string& informationItemName);
46 
48  virtual std::string pageForInformationItem(const std::string& item) const;
49 
50  virtual void getChildren( const DtInformationPagePath& path, PagePathList& children ) const;
51  };
52 }
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. A page path usually only consists of a...
Definition: informationPagePath.h:23
A configuration of the pages in the gui.
Definition: informationPageConfiguration.h:23

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)