KHolidays Library
KHolidays::position Class Reference
#include <position.hh>
Public Member Functions | |
position () | |
void | initialize (std::string *fn) |
Line and Column related manipulators | |
void | lines (int count=1) |
void | columns (int count=1) |
Public Attributes | |
unsigned int | column |
std::string * | filename |
unsigned int | line |
Detailed Description
Abstract a position.
Definition at line 55 of file position.hh.
Constructor & Destructor Documentation
|
inline |
Construct a position.
Definition at line 60 of file position.hh.
Member Function Documentation
|
inline |
(column related) Advance to the COUNT next columns.
Definition at line 85 of file position.hh.
|
inline |
Initialization.
Definition at line 67 of file position.hh.
|
inline |
(line related) Advance to the COUNT next lines.
Definition at line 78 of file position.hh.
Member Data Documentation
unsigned int KHolidays::position::column |
Current column number.
Definition at line 97 of file position.hh.
std::string* KHolidays::position::filename |
File name to which this position refers.
Definition at line 93 of file position.hh.
unsigned int KHolidays::position::line |
Current line number.
Definition at line 95 of file position.hh.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
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
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.