Choreonoid  1.5
AppConfig.h
Go to the documentation of this file.
1 
5 #ifndef CNOID_GUIBASE_APP_CONFIG_H_INCLUDED
6 #define CNOID_GUIBASE_APP_CONFIG_H_INCLUDED
7 
8 #include <string>
9 #include <cnoid/ValueTree>
10 #include "exportdecl.h"
11 
12 namespace cnoid {
13 
15 {
16 public:
17  static bool initialize(const std::string& application, const std::string& organization);
18  static Mapping* archive();
19  static bool flush();
20  static bool save(const std::string& filename);
21  static bool load(const std::string& filename);
22 };
23 }
24 
25 #endif
Definition: ValueTree.h:224
Defines the minimum processing for performing pasing file for STL.
Definition: AbstractSceneLoader.h:9
Definition: AppConfig.h:14
#define CNOID_EXPORT
Definition: Util/exportdecl.h:37