Choreonoid
1.5
|
#include <ProjectManager.h>
Public Member Functions | |
void | loadProject (const std::string &filename) |
void | saveProject (const std::string &filename) |
void | overwriteCurrentProject () |
const std::string & | getProjectFileName () |
Static Public Member Functions | |
static ProjectManager * | instance () |
static void | initialize (ExtensionManager *em) |
Friends | |
class | ExtensionManager |
class | ExtensionManagerImpl |
const std::string & ProjectManager::getProjectFileName | ( | ) |
|
static |
|
static |
void ProjectManager::loadProject | ( | const std::string & | filename | ) |
void ProjectManager::overwriteCurrentProject | ( | ) |
void ProjectManager::saveProject | ( | const std::string & | filename | ) |
|
friend |
|
friend |