'initial' property for color fields;

export options stored in settings;
editor for export options.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@429 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-06-23 19:44:50 +00:00
parent e46cbe66b2
commit df9bb78e51
17 changed files with 88 additions and 27 deletions
+11
View File
@@ -15,10 +15,13 @@
class Game;
class StyleSheet;
class ExportTemplate;
class Field;
DECLARE_POINTER_TYPE(GameSettings);
DECLARE_POINTER_TYPE(StyleSheetSettings);
DECLARE_POINTER_TYPE(Field);
DECLARE_POINTER_TYPE(Value);
// ----------------------------------------------------------------------------- : Extra data structures
@@ -133,6 +136,14 @@ class Settings {
public:
StyleSheetSettings default_stylesheet_settings; ///< The default settings for stylesheets
// --------------------------------------------------- : Exports
private:
DelayedIndexMaps<FieldP,ValueP> export_options;
public:
/// Get the options for an export template
IndexMap<FieldP,ValueP>& exportOptionsFor(const ExportTemplate& export);
// --------------------------------------------------- : Special game stuff
String apprentice_location;
String mws_location;