ScummVM API documentation
Wintermute::BlankListing Class Reference
Inheritance diagram for Wintermute::BlankListing:
Wintermute::Listing

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< ListingLinegetLines (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< ListingLinegetLines (uint beginning, uint end)
 

Member Function Documentation

◆ getLine()

Common::String Wintermute::BlankListing::getLine ( uint  n)
overridevirtual

return a specific line from a listing

Parameters
nline number

Implements Wintermute::Listing.


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