lokalize
ProjectLocal Class Reference
#include <projectlocal.h>
Inheritance diagram for ProjectLocal:
Public Types | |
enum | PersonRole { Translator, Reviewer, Approver, Undefined } |
Public Member Functions | |
ProjectLocal (KSharedConfig::Ptr config=KGlobal::config()) | |
~ProjectLocal () | |
bool | firstRun () const |
PersonRole | role () const |
void | setFirstRun (bool v) |
void | setRole (PersonRole v) |
Protected Attributes | |
bool | mFirstRun |
int | mRole |
Detailed Description
Definition at line 10 of file projectlocal.h.
Member Enumeration Documentation
Enumerator | |
---|---|
Translator | |
Reviewer | |
Approver | |
Undefined |
Definition at line 13 of file projectlocal.h.
Constructor & Destructor Documentation
ProjectLocal::ProjectLocal | ( | KSharedConfig::Ptr | config = KGlobal::config() | ) |
Definition at line 6 of file projectlocal.cpp.
ProjectLocal::~ProjectLocal | ( | ) |
Definition at line 40 of file projectlocal.cpp.
Member Function Documentation
|
inline |
Get FirstRun.
Definition at line 47 of file projectlocal.h.
|
inline |
Get Role.
Definition at line 30 of file projectlocal.h.
|
inline |
Set FirstRun.
Definition at line 38 of file projectlocal.h.
|
inline |
Set Role.
Definition at line 21 of file projectlocal.h.
Member Data Documentation
|
protected |
Definition at line 56 of file projectlocal.h.
|
protected |
Definition at line 55 of file projectlocal.h.
The documentation for this class was generated from the following files:
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.