Here's a mechanically generated list of what I think are the events
(three columns here, separated by : filename, line number (1 is first
line) and text of that line):

checkbox.cpp:46:  event="button";
combobox.cpp:31:  event="select";
dateedit.cpp:100:  event="changed";
dspinbox.cpp:55:  event="changed";
edit.cpp:40:  event="button";
form.cpp:163:  child->event="button";
form.cpp:183:  event="close";
form.cpp:261:        event="close";
form.cpp:267:      event="cancel";
form.cpp:273:    event="fkey";
form.cpp:277:    event="fkey";
form.cpp:298:        event="close";
form.cpp:448:  event="timer";
isigraph2.cpp:78:  pchild->event="paint";
isigraph2.cpp:114:  pchild->event="resize";
isigraph2.cpp:222:  pchild->event="focus";
isigraph2.cpp:232:  pchild->event="focuslost";
listbox.cpp:76:  event="button";
listbox.cpp:83:  event="select";
menus.cpp:85:  event="button";
opengl2.cpp:55:  pchild->event="initialize";
opengl2.cpp:65:  pchild->event="paint";
opengl2.cpp:86:  pchild->event="resize";
opengl2.cpp:200:  pchild->event="focus";
opengl2.cpp:210:  pchild->event="focuslost";
radiobutton.cpp:61:  event="button";
slider.cpp:65:  event="changed";
spinbox.cpp:50:  event="changed";
table.cpp:1174:  event="change";
table.cpp:1188:  event="mb" + lmr + "down";
table.cpp:1197:  event="clicked";
table.cpp:1212:  event="mb" + lmr + "dbl";
table.cpp:1221:  event="mark";
table.cpp:1246:  event="change";
tabs.cpp:57:  event="select";
tabs.cpp:65:  event="tabclose";
timeedit.cpp:58:  event="changed";
toolbar.cpp:51:  event="button";

FYI,

-- 
Raul

On Thu, Nov 6, 2014 at 5:50 PM, chris burke <[email protected]> wrote:
> AFAIK, there is no such list, and one would be very useful, thanks.
>
> To start this off, you would need to read the source for each control, in
> the lib/wd subfolder. For example,
> http://jsoftware.com/gitlist/qtide.git/blob/master/lib/wd/listbox.cpp shows
> that the listbox has button and select events.
>
> You can also use the examples in Help|Studio|Qt demos.., and set the
> following to show the events in the session:
>
>    showevents_jqtide_ 2
>
>
> On Thu, Nov 6, 2014 at 1:50 PM, Henry Rich <[email protected]> wrote:
>
>> Is there a list of the events that can be called by wd?  A list for each
>> cc or other feature, such as timer etc?
>>
>> If not, if someone would send me the part of the code that contains the
>> information, I will enter it into the Wiki.
>>
>> Henry Rich
>> ----------------------------------------------------------------------
>> For information about J forums see http://www.jsoftware.com/forums.htm
>>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to