kstars
observer.h
Go to the documentation of this file.
31 Observer( QString _id, QString _name ="", QString _surname = "", QString _contact = "" ) { setObserver( _id, _name, _surname, _contact ); }
32 void setObserver( QString _id, QString _name = "", QString _surname= "", QString _contact = "" );
Observer(QString _id, QString _name="", QString _surname="", QString _contact="")
Definition: observer.h:31
void setObserver(QString _id, QString _name="", QString _surname="", QString _contact="")
Definition: observer.cpp:21
Definition: observer.h:25
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:20 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 22:36:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.