[Kde-bindings] Finding "exported" classes/functions in KDE

Ashley Winters jahqueel at yahoo.com
Sun Mar 16 22:23:41 UTC 2003


My current plan for Qt is to scan the header files for all functions
and classes declared with Q_EXPORT, and create bindings for them. This
will allow the qVersion() qDraw*() and operator<< functions to all
receive bindings, as well as allow any "private" classes to remain
private, should the trolls so desire. Also, it might help the binding
generate Windows-friendly DLLs.

It doesn't seem that KDE has any sort of parallel declaration in its
headers. Is there any sort of definitive "list" of classes, or any
automated way to determine which KDE classes to include/exclude from a
library binding?

For instance, how could I find out what bits of khtml are
user-servicable? :)

Ashley Winters

__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com



More information about the Kde-bindings mailing list