Home
last modified time | relevance | path

Searched refs:buttonCounter (Results 1 – 8 of 8) sorted by relevance

/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/editors/
H A DRadioGroupKit.cpp152 int buttonCounter; member in RadioGroupKitP
196 PRIVATE(this)->buttonCounter = 0; in RadioGroupKit()
282 if(pimpl->buttonCounter < PUBLIC(pimpl)->labels.getNum()){ in radioButtonSensor()
283 SbString newlabel = PUBLIC(pimpl)->labels[pimpl->buttonCounter]; in radioButtonSensor()
285 pimpl->buttonCounter++; in radioButtonSensor()
288 } else if(pimpl->buttonCounter > PUBLIC(pimpl)->labels.getNum()){ in radioButtonSensor()
310 this->buttonCounter = 0; in removeAllRadioButtons()
320 this->buttonCounter++; in reconstructRadioButtons()
347 if(buttonCounter == 0){ in addRadioButton()
354 …this->buttonList->set(buttonCounter,sep); // Save the separator node for later changes @ callba… in addRadioButton()
[all …]
/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_pushbuttons.c524 if (++mouse.buttonCounter >= BUTTON_DOWN_DELAY) in handlePushButtonsWhileMouseDown()
526 mouse.buttonCounter = 0; in handlePushButtonsWhileMouseDown()
546 if (++mouse.buttonCounter >= buttonDelay) in handlePushButtonsWhileMouseDown()
548 mouse.buttonCounter = 0; in handlePushButtonsWhileMouseDown()
586 mouse.buttonCounter = 0; in testPushButtonMouseDown()
H A Dft2_mouse.h21 int8_t buttonCounter, mode; member
H A Dft2_mouse.c594 mouse.buttonCounter = 0; in mouseButtonUpHandler()
H A Dft2_gui.c36 mouse.buttonCounter = 0; in releaseMouseStates()
/dports/audio/protracker/pt2-clone-1.37/pt_pal_editor/src/
H A Dgui.c22 static uint32_t buttonCounter, randSeed; in WhiskeylakeURvpBoardEnableAcpi()
524 if (buttonCounter++ < BUTTON_DELAY || buttonCounter % BUTTON_REPEAT_DELAY != 0)
595 buttonCounter = 0;
605 buttonCounter = 0;
845 buttonCounter = 0;
/dports/databases/fastdb/fastdb/src/
H A Dsubsql.cpp3047 int &buttonCounter, const char *condition, int buttonIndex) in httpDumpRecord() argument
3139 if (bigList && buttonCounter != buttonIndex) { in httpDumpRecord()
3146 … httpDumpRecord(con, elem, fd->components, ArrayComponent, buttonCounter, condition, buttonIndex); in httpDumpRecord()
3158 … "<INPUT TYPE=hidden NAME=button VALUE=\"" << buttonCounter << "\">" in httpDumpRecord()
3163 buttonCounter++; in httpDumpRecord()
3169 … httpDumpRecord(con, base, fd->components,RecordComponent, buttonCounter, condition, buttonIndex); in httpDumpRecord()
3252 int buttonCounter = 0; in selectionPage() local
3259 buttonCounter, condition, buttonIndex); in selectionPage()
/dports/databases/gigabase/gigabase/
H A Dsubsql.cpp3206 int &buttonCounter, const char *condition, int buttonIndex) in httpDumpRecord() argument
3295 if (bigList && buttonCounter != buttonIndex) { in httpDumpRecord()
3302 … httpDumpRecord(con, elem, fd->components, ArrayComponent, buttonCounter, condition, buttonIndex); in httpDumpRecord()
3314 … "<INPUT TYPE=hidden NAME=button VALUE=\"" << buttonCounter << "\">" in httpDumpRecord()
3319 buttonCounter++; in httpDumpRecord()
3325 … httpDumpRecord(con, base, fd->components,RecordComponent, buttonCounter, condition, buttonIndex); in httpDumpRecord()
3422 int buttonCounter = 0; in selectionPage() local
3429 buttonCounter, condition, buttonIndex); in selectionPage()