#include <array>
#include <map>
#include <vector>
#include <kiid.h>
#include <wx_filename.h>
#include <wx/string.h>
#include <core/typeinfo.h>
Go to the source code of this file.
|
#define | PROJECT_VAR_NAME wxT( "KIPRJMOD" ) |
| A variable name whose value holds the current project directory.
|
|
#define | NAMELESS_PROJECT _( "untitled" ) |
| default name for nameless projects
|
|
◆ NAMELESS_PROJECT
#define NAMELESS_PROJECT _( "untitled" ) |
default name for nameless projects
Definition at line 43 of file project.h.
◆ PROJECT_VAR_NAME
#define PROJECT_VAR_NAME wxT( "KIPRJMOD" ) |
A variable name whose value holds the current project directory.
Currently an environment variable, eventually a project variable.
Definition at line 40 of file project.h.