KHolidays Library
#include <location.hh>
Public Member Functions | |
location () | |
void | initialize (std::string *fn) |
Line and Column related manipulators | |
void | step () |
void | columns (unsigned int count=1) |
void | lines (unsigned int count=1) |
Public Attributes | |
position | begin |
position | end |
Detailed Description
Abstract a location.
Definition at line 51 of file location.hh.
Constructor & Destructor Documentation
KHolidays::location::location | ( | ) | [inline] |
Construct a location.
Definition at line 56 of file location.hh.
Member Function Documentation
void KHolidays::location::columns | ( | unsigned int | count = 1 | ) | [inline] |
Extend the current location to the COUNT next columns.
Definition at line 79 of file location.hh.
void KHolidays::location::initialize | ( | std::string * | fn | ) | [inline] |
Initialization.
Definition at line 63 of file location.hh.
void KHolidays::location::lines | ( | unsigned int | count = 1 | ) | [inline] |
Extend the current location to the COUNT next lines.
Definition at line 85 of file location.hh.
void KHolidays::location::step | ( | ) | [inline] |
Reset initial location to final location.
Definition at line 73 of file location.hh.
Member Data Documentation
Beginning of the located region.
Definition at line 94 of file location.hh.
End of the located region.
Definition at line 96 of file location.hh.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 7 2012 23:54:55 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.