MAK Legion API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
clutterCommandParser.h
Go to the documentation of this file.
1 /*********************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************************/
5 
6 #pragma once
7 
8 #include "makUtil/consoleCommand.h"
9 
10 
11 namespace Clutter
12 {
13  class SimEngine;
14 
15  class ClutterCommandParser : public MAK::DtCommandParser
16  {
17  public:
18 
21 
22  protected:
23 
24  virtual void process();
25  virtual void printCommands();
26 
27  protected:
30  };
31 }
int myFractionToChange
Definition: clutterCommandParser.h:29
Definition: clutterCommandParser.h:15
virtual void process()
Definition: clutterCommandParser.cxx:22
virtual void printCommands()
Definition: clutterCommandParser.cxx:53
ClutterCommandParser(SimEngine &sim)
Definition: clutterCommandParser.cxx:11
~ClutterCommandParser()
Definition: clutterCommandParser.cxx:18
Definition: clutterSim.h:33
SimEngine & mySim
Definition: clutterCommandParser.h:28

Document ID: Generated on Mon Mar 8 15:11:30 EST 2021 from SVN revision 225633
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)