7 #include <dcopobject.h>
17 typedef TQMap<TDEIO::Job *, KIODownload> KIODownloadMap;
33 class TDEUI_EXPORT
Test :
public MyNamespace::MyParentClass,
virtual public DCOPObject,
34 public TQValueList<TQString>
42 class SomeForwardFooPrivate;
46 int getPageOfObj(
int obj );
47 void setCell( KSpreadTable *table,
48 const TQPoint& point );
50 SomeForwardFooPrivate *d;
51 static const int AUDIO_CD = 1;
52 static const int AUDIO_CD = 1 << 6;
53 static const int m_number0[ 20 ];
54 enum { Enum1, Enum2 };
55 enum NamedEnum { Enum3, Enum4 };
57 virtual TQString url();
58 virtual TQString constTest()
const;
61 virtual int getNumObjects();
62 virtual DCOPRef getObject(
int num );
63 virtual int getNumPages();
64 virtual DCOPRef getPage(
int num );
70 void setCell(
const int& point = 3 );
71 TQValueList<DCOPRef> getWindows();
72 const TQStringList remotes();
81 typedef TQMap<TDEIO::Job *, KIODownload> KIODownloadMap;
89 void fooSignal(
int arg);
92 namespace TheNameSpace {
Provides an interface for receiving DCOP messages.
DCOPObject()
Creates a DCOPObject and calculates the object id using its physical memory address.
A DCOPRef(erence) encapsulates a remote DCOP object as a triple <app,obj,type> where type is optional...
This is a stupid comment that might help geiseri at some point in the near future.
int getPageOfObj(int obj)
a function comment