OAL::Observer
OAL::Observer Class Reference
#include <observer.h>
Public Member Functions | |
Observer (QString _id, QString _name="", QString _surname="", QString _contact="") | |
QString | contact () const |
QString | id () const |
QString | name () const |
void | setObserver (QString _id, QString _name="", QString _surname="", QString _contact="") |
QString | surname () const |
Detailed Description
FIXME: why not just use a QHash?
Information on user who created or contributed to the observation.
Definition at line 19 of file observer.h.
Constructor & Destructor Documentation
◆ Observer()
|
inline |
Definition at line 38 of file observer.h.
Member Function Documentation
◆ contact()
|
inline |
Definition at line 34 of file observer.h.
◆ id()
|
inline |
Definition at line 22 of file observer.h.
◆ name()
|
inline |
Definition at line 26 of file observer.h.
◆ setObserver()
void OAL::Observer::setObserver | ( | QString | _id, |
QString | _name = "", | ||
QString | _surname = "", | ||
QString | _contact = "" ) |
Definition at line 9 of file observer.cpp.
◆ surname()
|
inline |
Definition at line 30 of file observer.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:45 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.