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 kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sat Oct 18 02:47:32 2003 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001