Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
Kodu::Parser::KodeCreator Class ReferenceUsed to create the pages, rules, conditions, and actions of a Kodu program. More...
Detailed DescriptionUsed to create the pages, rules, conditions, and actions of a Kodu program. Definition at line 73 of file Parser.h.
Member Function Documentation
Creates the bump condition. Definition at line 101 of file KodeConditionCreators.cc. Referenced by getConditionKode().
Creates the drop action. Definition at line 10 of file KodeActionCreators.cc. Referenced by getActionKode().
Create Gamepad Button Condition. Definition at line 37 of file KodeConditionCreators.cc. Referenced by getConditionKode().
Creates the give action. Definition at line 4 of file KodeActionCreators.cc. Referenced by getActionKode().
Creates the got condition. Definition at line 199 of file KodeConditionCreators.cc. Referenced by getConditionKode().
Creates the grab action. Definition at line 19 of file KodeActionCreators.cc. Referenced by getActionKode().
Definition at line 7 of file KodeConditionCreators.cc. Referenced by getConditionKode().
Takes the parsed tokens and creates a Kodu game. Definition at line 7 of file KodeCreator.cc. Referenced by Kodu::Parser::parseAndCreateKoduProgram().
Creates the move action. Definition at line 84 of file KodeActionCreators.cc. Referenced by getActionKode().
Creates the play action. Definition at line 187 of file KodeActionCreators.cc. Referenced by getActionKode().
Creates the say action. Definition at line 245 of file KodeActionCreators.cc. Referenced by getActionKode().
Creates the scored condition. Definition at line 379 of file KodeConditionCreators.cc. Referenced by getConditionKode().
Creates the score action. Definition at line 329 of file KodeActionCreators.cc. Referenced by getActionKode().
Creates the see condition. Definition at line 269 of file KodeConditionCreators.cc. Referenced by getConditionKode().
Creates the timer condition. Definition at line 483 of file KodeConditionCreators.cc. Referenced by getConditionKode().
Creates the move action. Definition at line 416 of file KodeActionCreators.cc. Referenced by getActionKode().
Disallows anyone from creating an instance of this class.
Used to call the appropriate Kode action parser depending on the Phrase head. Definition at line 195 of file KodeCreator.cc. Referenced by createKode().
Used to call the appropriate Kode condition parser depending on the Phrase head. Definition at line 110 of file KodeCreator.cc. Referenced by createKode().
Checks if a modifier is a comparison operator. Definition at line 297 of file KodeCreator.cc. Referenced by createScoredKode().
Checks if a modifier is a numeric specifier (random modifier or number(s)). Definition at line 308 of file KodeCreator.cc. Referenced by createScoredKode(), createScoreKode(), and createTimerKode().
Checks if a modifier is a score designator. Definition at line 302 of file KodeCreator.cc. Referenced by createScoredKode(), and createScoreKode().
Creates a Numeric Generator from numeric specifiers (random modifier and/or number(s)). Definition at line 313 of file KodeCreator.cc. Referenced by createScoredKode(), createScoreKode(), and createTimerKode(). The documentation for this class was generated from the following files: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:23 2016 by Doxygen 1.6.3 |