VR-Forces 4.2 Class Documentation
DtInformationPagePath.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrfGuiCore/vrfGuiCore.h>
12 #include <vrvCore/DtPagePath.h>
13 
14 namespace makVrf
15 {
21  class DT_DLL_VRFGUICORE DtInformationPagePath : public makVrv::DtPagePath
22  {
23  public:
24 
25  //Internal class which is used to ensure that it is not possible to incorrectly
26  //build a menu path.
28  {
29  public:
30  friend class DtInformationPagePath;
31 
34  InformationPagePathBuilder page(const std::string& name) const;
35 
37  DtInformationPagePath informationItem(const std::string& name) const;
38 
39  protected:
40 
41  InformationPagePathBuilder(const std::string& name);
42  };
43 
46 
49 
52 
54  DtInformationPagePath(const DtPagePath& copy);
55 
56  //Start a main menu.
57  static InformationPagePathBuilder page(const std::string& name);
58 
59  bool isInformationItem() const;
60 
61  std::string name() const;
62 
63  protected:
65  DtInformationPagePath(const std::string& path);
66  };
67 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)