Searched refs:toggled (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ar9170/
H A Dled.c77 if (ar->leds[i].registered && ar->leds[i].toggled) {
80 tmp = 70 + 200 / (ar->leds[i].toggled);
84 if (ar->leds[i].toggled > 1)
85 ar->leds[i].toggled = 0;
111 arl->toggled++;
115 if (likely(IS_ACCEPTING_CMD(ar) && arl->toggled))
152 ar->leds[i].toggled = 0;
H A Dar9170.h93 unsigned int toggled; member in struct:ar9170_led
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Dpalette.cpp53 bool EditorToolPalette::OnLeftClick(int toolIndex, bool toggled) argument
56 if (toggled && (currentlySelected != -1) && (toolIndex != currentlySelected))
59 if (toggled)
H A Dpalette.h45 bool OnLeftClick(int toolIndex, bool toggled);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dcspalette.h34 bool OnLeftClick(int toolIndex, bool toggled);
H A Dcspalette.cpp54 bool csEditorToolPalette::OnLeftClick(int toolIndex, bool toggled) argument
57 if (toggled && (m_currentlySelected != -1) && (toolIndex != m_currentlySelected))
60 if (toggled)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/p54/
H A Dled.c43 if (priv->leds[i].toggled) {
46 tmp = 70 + 200 / (priv->leds[i].toggled);
53 priv->leds[i].toggled =
80 led->toggled++;
156 priv->leds[i].toggled = 0;
H A Dp54.h153 unsigned int toggled; member in struct:p54_led_dev
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dsession-dialog.cc80 connect( rb, SIGNAL(toggled(bool)), this, SLOT(resensitize()));
84 connect( rb, SIGNAL(toggled(bool)), this, SLOT(resensitize()));
97 connect( cb, SIGNAL(toggled(bool)), this, SLOT(resensitize()));
H A Dmake-dialog.cc249 connect( box, SIGNAL(toggled(bool)), buddy, SLOT(setEnabled(bool)) );
255 connect( box, SIGNAL(toggled(bool)), buddy, SLOT(setEnabled(bool)) );
355 connect( myFolderRadio, SIGNAL(toggled(bool)),
370 connect( myFileRadio, SIGNAL(toggled(bool)),
H A Drelocate.cc103 connect( myMoveRadio, SIGNAL(toggled(bool)), this, SLOT(onMoveToggled(bool)));
H A Dmainwin.cc157 connect( ui.action_Toolbar, SIGNAL(toggled(bool)), this, SLOT(setToolbarVisible(bool)));
158 connect( ui.action_Filterbar, SIGNAL(toggled(bool)), this, SLOT(setFilterbarVisible(bool)));
159 connect( ui.action_Statusbar, SIGNAL(toggled(bool)), this, SLOT(setStatusbarVisible(bool)));
160 connect( ui.action_CompactView, SIGNAL(toggled(bool)), this, SLOT(setCompactView(bool)));
161 connect( ui.action_SortByActivity, SIGNAL(toggled(bool)), this, SLOT(onSortByActivityToggled(bool)));
162 connect( ui.action_SortByAge, SIGNAL(toggled(bool)), this, SLOT(onSortByAgeToggled(bool)));
163 connect( ui.action_SortByETA, SIGNAL(toggled(bool)), this, SLOT(onSortByETAToggled(bool)));
164 connect( ui.action_SortByName, SIGNAL(toggled(bool)), this, SLOT(onSortByNameToggled(bool)));
165 connect( ui.action_SortByProgress, SIGNAL(toggled(bool)), this, SLOT(onSortByProgressToggled(bool)));
166 connect( ui.action_SortByQueue, SIGNAL(toggled(boo
[all...]
H A Dprefs-dialog.cc68 connect( box, SIGNAL(toggled(bool)), this, SLOT(checkBoxToggled(bool)));
76 connect( box, SIGNAL(toggled(bool)), buddy, SLOT(setEnabled(bool)) );
H A Ddetails.cc847 connect( box, SIGNAL(toggled(bool)), w, SLOT(setEnabled(bool)) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dtbarwce.cpp523 bool toggled = tool->IsToggled(); variable
527 if ( !tool->CanBeToggled() || tool->GetKind() != wxITEM_RADIO || toggled )
530 // may be toggled only, of couse
531 if ( !OnLeftClick((int)id, toggled) && tool->CanBeToggled() )
534 toggled = !toggled;
535 tool->SetToggle(toggled);
537 ::SendMessage(GetHwnd(), TB_CHECKBUTTON, id, MAKELONG(toggled, 0));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtbar95.cpp1151 bool toggled = false; // just to suppress warnings
1157 toggled = (state & TBSTATE_CHECKED) != 0;
1161 if ( tool->GetKind() == wxITEM_RADIO && !toggled )
1164 tool->Toggle(toggled);
1183 bool allowLeftClick = OnLeftClick((int)id, toggled);
1185 // Restore the unpressed state. Enabled/toggled state might have been
1198 // may be toggled only, of couse
1202 tool->Toggle(!toggled);
1204 ::SendMessage(GetHwnd(), TB_CHECKBUTTON, id, MAKELONG(!toggled, 0));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dqconf.cc819 connect(action, SIGNAL(toggled(bool)),
827 connect(action, SIGNAL(toggled(bool)),
835 connect(action, SIGNAL(toggled(bool)),
1158 connect(action, SIGNAL(toggled(bool)), SLOT(setShowDebug(bool)));
1327 connect(showNameAction, SIGNAL(toggled(bool)), configView, SLOT(setShowName(bool)));
1332 connect(showRangeAction, SIGNAL(toggled(bool)), configView, SLOT(setShowRange(bool)));
1337 connect(showDataAction, SIGNAL(toggled(bool)), configView, SLOT(setShowData(bool)));
1360 connect(showDebugAction, SIGNAL(toggled(bool)), helpText, SLOT(setShowDebug(bool)));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.cc886 connect(showNameAction, SIGNAL(toggled(bool)), SLOT(setShowName(bool)));
890 connect(showRangeAction, SIGNAL(toggled(bool)), SLOT(setShowRange(bool)));
894 connect(showDataAction, SIGNAL(toggled(bool)), SLOT(setShowData(bool)));
898 connect(showAllAction, SIGNAL(toggled(bool)), SLOT(setShowAll(bool)));
902 connect(showDebugAction, SIGNAL(toggled(bool)), SLOT(setShowDebug(bool)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstream.tex272 Toggles the fixed flag. Usually this flag is toggled at the same time as
H A Dtoolbar.tex217 toggled) or wxITEM\_RADIO for a checkable tool which makes part of a radio
542 true if the tool is toggled on, false otherwise.
H A Dfunction.tex2864 \true if the key is toggled such that its LED indicator is lit. There is

Completed in 172 milliseconds