okteta
Classes |
Public Member Functions |
Static Public Member Functions |
Protected Attributes |
List of all members
Kasten2::Person Class Reference
#include <person.h>
Classes | |
class | Private |
Public Member Functions | |
Person (const QString &name, const KIcon &faceIcon) | |
Person () | |
Person (const Person &other) | |
~Person () | |
KIcon | faceIcon () const |
QString | name () const |
Person & | operator= (const Person &other) |
bool | operator== (const Person &other) const |
Static Public Member Functions | |
static Person | createEgo () |
static void | setEgoId (int egoId) |
Protected Attributes | |
KSharedPtr< Private > | d |
Detailed Description
Constructor & Destructor Documentation
Kasten2::Person::Person | ( | const QString & | name, |
const KIcon & | faceIcon | ||
) |
Definition at line 59 of file person.cpp.
Kasten2::Person::Person | ( | ) |
Definition at line 63 of file person.cpp.
Kasten2::Person::Person | ( | const Person & | other | ) |
Definition at line 67 of file person.cpp.
Kasten2::Person::~Person | ( | ) |
Definition at line 85 of file person.cpp.
Member Function Documentation
|
static |
Definition at line 41 of file person.cpp.
KIcon Kasten2::Person::faceIcon | ( | ) | const |
Definition at line 83 of file person.cpp.
QString Kasten2::Person::name | ( | ) | const |
Definition at line 82 of file person.cpp.
Definition at line 76 of file person.cpp.
bool Kasten2::Person::operator== | ( | const Person & | other | ) | const |
Definition at line 71 of file person.cpp.
|
static |
Definition at line 51 of file person.cpp.
Member Data Documentation
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.