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
      
  | 
  inline | 
Construct a location.
Definition at line 56 of file location.hh.
Member Function Documentation
      
  | 
  inline | 
Extend the current location to the COUNT next columns.
Definition at line 79 of file location.hh.
      
  | 
  inline | 
Initialization.
Definition at line 63 of file location.hh.
      
  | 
  inline | 
Extend the current location to the COUNT next lines.
Definition at line 85 of file location.hh.
      
  | 
  inline | 
Reset initial location to final location.
Definition at line 73 of file location.hh.
Member Data Documentation
| position KHolidays::location::begin | 
Beginning of the located region.
Definition at line 94 of file location.hh.
| position KHolidays::location::end | 
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference