KiCad PCB EDA Suite
Loading...
Searching...
No Matches
project.h File Reference
#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.

Classes

class  PROJECT
 Container for project specific data. More...
 
class  PROJECT::_ELEM
 A PROJECT can hold stuff it knows nothing about, in the form of _ELEM derivatives. More...
 

Macros

#define PROJECT_VAR_NAME   wxT( "KIPRJMOD" )
 A variable name whose value holds the current project directory. More...
 
#define NAMELESS_PROJECT   _( "untitled" )
 default name for nameless projects More...
 

Macro Definition Documentation

◆ NAMELESS_PROJECT

#define NAMELESS_PROJECT   _( "untitled" )

default name for nameless projects

Definition at line 42 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 39 of file project.h.