korganizer Library API Documentation

testit.h

00001 #include <qobject.h> 00002 00003 class Foo: public QObject 00004 { 00005 Q_OBJECT; 00006 public: 00007 Foo(); 00008 int value() const { return val; } 00009 public slots: 00010 void setValue(int); 00011 signals: 00012 void valueChanged(int); 00013 private: 00014 int val; 00015 };
KDE Logo
This file is part of the documentation for korganizer Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Aug 27 12:53:28 2004 by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2003