Code::Blocks
SVN r11506
include
importers_globals.h
Go to the documentation of this file.
1
/*
2
* This file is part of the Code::Blocks IDE and licensed under the GNU Lesser General Public License, version 3
3
* http://www.gnu.org/licenses/lgpl-3.0.html
4
*/
5
6
#ifndef IMPORTERS_GLOBALS_H
7
#define IMPORTERS_GLOBALS_H
8
9
#include "
settings.h
"
10
29
namespace
ImportersGlobals
30
{
31
// reset all flags to defaults
32
extern
DLLIMPORT
void
ResetDefaults
();
33
// ask which compiler to use for the imported project?
34
extern
DLLIMPORT
bool
UseDefaultCompiler
;
35
// ask which targets to import?
36
extern
DLLIMPORT
bool
ImportAllTargets
;
37
}
38
39
#endif // IMPORTERS_GLOBALS_H
ImportersGlobals
This namespace holds some global flags for project/workspace importers to inter-communicate.
Definition:
importers_globals.h:29
DLLIMPORT
#define DLLIMPORT
Definition:
settings.h:16
ImportersGlobals::ResetDefaults
DLLIMPORT void ResetDefaults()
Definition:
importers_globals.cpp:20
settings.h
ImportersGlobals::UseDefaultCompiler
DLLIMPORT bool UseDefaultCompiler
Definition:
importers_globals.cpp:14
ImportersGlobals::ImportAllTargets
DLLIMPORT bool ImportAllTargets
Definition:
importers_globals.cpp:17
Generated by
1.8.13