Colobot
Public Member Functions | Friends | List of all members
CLevelParserLine Class Reference

Public Member Functions

 CLevelParserLine (int lineNumber, std::string command)
 
 CLevelParserLine (std::string command)
 
int GetLineNumber ()
 Get line number. More...
 
CLevelParserGetLevel ()
 Get CLevelParser this line is part of. More...
 
void SetLevel (CLevelParser *level)
 Set CLevelParser this line is part of. More...
 
const std::string & GetLevelFilename ()
 
std::string GetCommand ()
 
void SetCommand (std::string command)
 
CLevelParserParamGetParam (std::string name)
 
void AddParam (std::string name, CLevelParserParamUPtr value)
 

Friends

std::ostream & operator<< (std::ostream &str, const CLevelParserLine &line)
 

Member Function Documentation

int CLevelParserLine::GetLineNumber ( )

Get line number.

CLevelParser * CLevelParserLine::GetLevel ( )

Get CLevelParser this line is part of.

void CLevelParserLine::SetLevel ( CLevelParser level)

Set CLevelParser this line is part of.


The documentation for this class was generated from the following files: