Re: [Doxygen-develop] Q_PROPERTY working, more information would be helpful
Brought to you by:
dimitri
From: Marcus <ma...@my...> - 2004-03-28 07:22:36
|
Replying to self... I can live without the scriptable and designable flags, since I can get them at runtime, even though they would be nice to have. Noticed that Doxygen already takes note of whether properties are readable or writable, but that it was not outputting that information. I do not know exactly what the policy is on accepting patches and whether the changes my patch makes to the output are cool, but I'm attaching it here. So instead of just this: <memberdef kind="property" id="classQButton_100" prot="public" static="no"> We get this: <memberdef kind="property" id="classQButton_100" prot="public" static="no" readable="yes" writable="yes"> On Saturday 27 March 2004 11:39 pm, Marcus wrote: > I see that Q_PROPERTY's are now implemented, at least in the XML output. > However, the <property> tag does not indicate whether the properties are > read-only, scriptable, designable. > > Is there any work going on for that part? |