#include <nap/projectinfo.h>
Public Member Functions | |
| const std::string & | getFilename () const |
Public Member Functions inherited from Object | |
| Object () | |
| virtual | ~Object () |
| virtual bool | init (utility::ErrorState &errorState) |
| virtual void | onDestroy () |
| Object (Object &)=delete | |
| Object & | operator= (const Object &)=delete |
| Object (Object &&)=delete | |
| Object & | operator= (Object &&)=delete |
Public Attributes | |
| std::string | mProjectExeToRoot |
| Relative path from project to executable. More... | |
| std::string | mNapkinExeToRoot |
| Relative path from napkin to executable. More... | |
| std::vector< std::string > | mModulePaths |
| Relative paths to the module directories. More... | |
| std::string | mBuildPath |
| Relative path to the build output directory. More... | |
Public Attributes inherited from Object | |
| std::string | mID |
| Property: 'mID' unique name of the object. Used as an identifier by the system. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from Object | |
| static bool | isIDProperty (rtti::Instance &object, const rtti::Property &property) |
Allows ProjectInfo to find the executable, editor and modules.
| const std::string& getFilename | ( | ) | const |
| std::string mBuildPath |
Relative path to the build output directory.
| std::vector<std::string> mModulePaths |
Relative paths to the module directories.
| std::string mNapkinExeToRoot |
Relative path from napkin to executable.
| std::string mProjectExeToRoot |
Relative path from project to executable.