mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
Change tabs to two spaces.
This commit is contained in:
+26
-26
@@ -18,34 +18,34 @@
|
||||
|
||||
class CLISetInterface : public SetView {
|
||||
public:
|
||||
/// The set is optional
|
||||
CLISetInterface(const SetP& set, bool quiet = false);
|
||||
~CLISetInterface();
|
||||
/// The set is optional
|
||||
CLISetInterface(const SetP& set, bool quiet = false);
|
||||
~CLISetInterface();
|
||||
protected:
|
||||
virtual void onAction(const Action&, bool) {}
|
||||
virtual void onChangeSet();
|
||||
virtual void onBeforeChangeSet();
|
||||
virtual void onAction(const Action&, bool) {}
|
||||
virtual void onChangeSet();
|
||||
virtual void onBeforeChangeSet();
|
||||
private:
|
||||
bool quiet; ///< Supress prompts and other non-vital stuff
|
||||
bool running; ///< Still running?
|
||||
|
||||
void run();
|
||||
void showWelcome();
|
||||
void showUsage();
|
||||
void handleCommand(const String& command);
|
||||
#if USE_SCRIPT_PROFILING
|
||||
void showProfilingStats(const FunctionProfile& parent, int level = 0);
|
||||
#endif
|
||||
void print_pending_errors();
|
||||
|
||||
/// our own context, when no set is loaded
|
||||
Context& getContext();
|
||||
Context* our_context;
|
||||
size_t scope;
|
||||
|
||||
// export info, so we can write files
|
||||
ExportInfo ei;
|
||||
void setExportInfoCwd();
|
||||
bool quiet; ///< Supress prompts and other non-vital stuff
|
||||
bool running; ///< Still running?
|
||||
|
||||
void run();
|
||||
void showWelcome();
|
||||
void showUsage();
|
||||
void handleCommand(const String& command);
|
||||
#if USE_SCRIPT_PROFILING
|
||||
void showProfilingStats(const FunctionProfile& parent, int level = 0);
|
||||
#endif
|
||||
void print_pending_errors();
|
||||
|
||||
/// our own context, when no set is loaded
|
||||
Context& getContext();
|
||||
Context* our_context;
|
||||
size_t scope;
|
||||
|
||||
// export info, so we can write files
|
||||
ExportInfo ei;
|
||||
void setExportInfoCwd();
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------- : EOF
|
||||
|
||||
Reference in New Issue
Block a user