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 56 of file location.hh.
Constructor & Destructor Documentation
|
inline |
Construct a location.
Definition at line 61 of file location.hh.
Member Function Documentation
|
inline |
Extend the current location to the COUNT next columns.
Definition at line 84 of file location.hh.
|
inline |
Initialization.
Definition at line 68 of file location.hh.
|
inline |
Extend the current location to the COUNT next lines.
Definition at line 90 of file location.hh.
|
inline |
Reset initial location to final location.
Definition at line 78 of file location.hh.
Member Data Documentation
position KHolidays::location::begin |
Beginning of the located region.
Definition at line 99 of file location.hh.
position KHolidays::location::end |
End of the located region.
Definition at line 101 of file location.hh.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:00 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.