Public Member Functions | |
| virtual uint | getLength () const =0 |
| get the listing length (in lines) | |
| virtual Common::String | getLine (uint n)=0 |
| return a specific line from a listing More... | |
| virtual Common::Array< ListingLine > | getLines (uint centre, uint before, uint after) |
| shorthand to get a lump of lines instead of calling getLine a number of times Generally you won't need to redefine these | |
| virtual Common::Array< ListingLine > | getLines (uint beginning, uint end) |
|
pure virtual |
return a specific line from a listing
| n | line number |
Implemented in Wintermute::BlankListing, and Wintermute::SourceListing.