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.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat May 1 11:38:31 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003