Public Member Functions | |
BlankListing (const Common::Path filename) | |
uint | getLength () const override |
get the listing length (in lines) | |
Common::String | getLine (uint n) override |
return a specific line from a listing More... | |
Public Member Functions inherited from Wintermute::Listing | |
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) |
|
overridevirtual |