lokalize
DocPosition Struct Reference
#include <pos.h>
Public Types | |
enum | Part { UndefPart =0, Source =1, Target =2, Comment =4 } |
Public Member Functions | |
DocPosition () | |
DocPosition (int entry_, Part part_, char form_=0, uint offset_=0) | |
DocPosition (int entry_, char form_=0, uint offset_=0) | |
bool | operator== (const DocPosition &pos) const |
Public Attributes | |
int | entry:32 |
char | form:8 |
uint | offset:16 |
Part | part:8 |
Detailed Description
This struct represents a position in a catalog.
A position is a tuple (index,pluralform,textoffset).
Structure that represents a position in a catalog
Member Enumeration Documentation
enum DocPosition::Part |
Constructor & Destructor Documentation
|
inline |
|
inline |
Member Function Documentation
|
inline |
Member Data Documentation
The documentation for this struct 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:40:07 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:40:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.