Searched refs:SLOT (Results 1 - 25 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-pb1x00/
H A Dpb1000.h85 #define SET_VCC_VPP(VCC, VPP, SLOT) \
86 ((((VCC) << 2) | ((VPP) << 0)) << ((SLOT) * 8))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
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(bool)), this, SLOT(onSortByQueueToggle
[all...]
H A Dlicense.cc41 connect( box, SIGNAL(rejected()), this, SLOT(hide()) );
H A Drelocate.cc103 connect( myMoveRadio, SIGNAL(toggled(bool)), this, SLOT(onMoveToggled(bool)));
104 connect( myDirButton, SIGNAL(clicked(bool)), this, SLOT(onDirButtonClicked()));
109 connect( buttons, SIGNAL(rejected()), this, SLOT(deleteLater()));
110 connect( buttons, SIGNAL(accepted()), this, SLOT(onSetLocation()));
H A Dmake-dialog.cc141 this, SLOT(onNewButtonBoxClicked(QAbstractButton*)) );
146 this, SLOT(onNewDialogDestroyed(QObject*)) );
180 this, SLOT(onFileSelected(const QStringList&)) );
205 this, SLOT(onFolderSelected(const QStringList&)) );
230 this, SLOT(onDestinationSelected(const QStringList&)) );
249 connect( box, SIGNAL(toggled(bool)), buddy, SLOT(setEnabled(bool)) );
255 connect( box, SIGNAL(toggled(bool)), buddy, SLOT(setEnabled(bool)) );
330 connect( &myTimer, SIGNAL(timeout()), this, SLOT(onProgress()) );
350 this, SLOT(onDestinationClicked(void)) );
356 this, SLOT(onSourceChange
[all...]
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()));
114 connect( buttons, SIGNAL(rejected()), this, SLOT(hide()));
115 connect( buttons, SIGNAL(accepted()), this, SLOT(onAccepted()));
H A Dapp.cc168 connect( mySession, SIGNAL(torrentsUpdated(tr_benc*,bool)), myModel, SLOT(updateTorrents(tr_benc*,bool)) );
169 connect( mySession, SIGNAL(torrentsUpdated(tr_benc*,bool)), myWindow, SLOT(refreshActionSensitivity()) );
170 connect( mySession, SIGNAL(torrentsRemoved(tr_benc*)), myModel, SLOT(removeTorrents(tr_benc*)) );
172 connect( mySession, SIGNAL(sourceChanged()), this, SLOT(onSessionSourceChanged()) );
174 connect( myModel, SIGNAL(torrentsAdded(QSet<int>)), mySession, SLOT(initTorrents(QSet<int>)) );
175 connect( myModel, SIGNAL(torrentsAdded(QSet<int>)), this, SLOT(onTorrentsAdded(QSet<int>)) );
181 connect( myWatchDir, SIGNAL(torrentFileAdded(QString)), this, SLOT(addTorrent(QString)) );
188 connect( myPrefs, SIGNAL(changed(int)), this, SLOT(refreshPref(const int)) );
191 connect( timer, SIGNAL(timeout()), this, SLOT(refreshTorrents()) );
197 connect( timer, SIGNAL(timeout()), mySession, SLOT(refreshSessionStat
[all...]
H A Dabout.cc74 connect( b, SIGNAL(clicked()), this, SLOT(showCredits()) );
78 connect( b, SIGNAL(clicked()), myLicenseDialog, SLOT(show()) );
83 connect( box, SIGNAL(rejected()), this, SLOT(hide()) );
H A Dstats-dialog.cc34 connect( myTimer, SIGNAL(timeout()), this, SLOT(onTimer()) );
55 connect( buttons, SIGNAL(rejected()), this, SLOT(hide()) ); // "close" triggers rejected
58 connect( &mySession, SIGNAL(statsUpdated()), this, SLOT(updateStats()) );
H A Dprefs-dialog.cc68 connect( box, SIGNAL(toggled(bool)), this, SLOT(checkBoxToggled(bool)));
76 connect( box, SIGNAL(toggled(bool)), buddy, SLOT(setEnabled(bool)) );
100 connect( spin, SIGNAL(editingFinished()), this, SLOT(spinBoxEditingFinished()));
114 connect( spin, SIGNAL(editingFinished()), this, SLOT(spinBoxEditingFinished()));
141 connect( e, SIGNAL(editingFinished()), this, SLOT(timeEditingFinished()) );
163 connect( e, SIGNAL(editingFinished()), this, SLOT(lineEditingFinished()) );
179 connect( b, SIGNAL(clicked()), &session, SLOT(launchWebInterface()) );
284 connect( box, SIGNAL(activated(int)), this, SLOT(altSpeedDaysEdited(int)) );
345 connect( b, SIGNAL(clicked(bool)), this, SLOT(onPortTest()));
346 connect( &mySession, SIGNAL(portTested(bool)), this, SLOT(onPortTeste
[all...]
H A Ddetails.cc170 connect( buttons, SIGNAL(rejected()), this, SLOT(close()));
180 connect( &myTimer, SIGNAL(timeout()), this, SLOT(onTimer()));
181 connect( &myPrefs, SIGNAL(changed(int)), this, SLOT(refreshPref(int)) );
207 disconnect( tor, SIGNAL(torrentChanged(int)), this, SLOT(onTorrentChanged()) );
218 connect( tor, SIGNAL(torrentChanged(int)), this, SLOT(onTorrentChanged()) );
295 QTimer::singleShot( 100, this, SLOT(refresh()));
847 connect( box, SIGNAL(toggled(bool)), w, SLOT(setEnabled(bool)) );
1087 connect( c, SIGNAL(clicked(bool)), this, SLOT(onHonorsSessionLimitsToggled(bool)) );
1098 connect( c, SIGNAL(clicked(bool)), this, SLOT(onDownloadLimitedToggled(bool)) );
1099 connect( s, SIGNAL(editingFinished()), this, SLOT(onSpinBoxEditingFinishe
[all...]
H A Dwatchdir.cc91 connect( myWatcher, SIGNAL(directoryChanged(const QString&)), this, SLOT(watcherActivated(const QString&)));
124 connect( t, SIGNAL(timeout()), this, SLOT(onTimeout()));
H A Doptions.cc114 connect( p, SIGNAL(clicked(bool)), this, SLOT(onFilenameClicked()));
132 connect( p, SIGNAL(clicked(bool)), this, SLOT(onDestinationClicked()));
174 connect( b, SIGNAL(rejected()), this, SLOT(deleteLater()) );
175 connect( b, SIGNAL(accepted()), this, SLOT(onAccepted()) );
182 connect( myTree, SIGNAL(priorityChanged(const QSet<int>&,int)), this, SLOT(onPriorityChanged(const QSet<int>&,int)));
183 connect( myTree, SIGNAL(wantedChanged(const QSet<int>&,bool)), this, SLOT(onWantedChanged(const QSet<int>&,bool)));
185 connect( myVerifyButton, SIGNAL(clicked(bool)), this, SLOT(onVerify()));
187 connect( &myVerifyTimer, SIGNAL(timeout()), this, SLOT(onTimeout()));
404 fileAdded, SLOT(executed(int64_t,const QString&, struct tr_benc*)));
424 connect( d, SIGNAL(filesSelected(const QStringList&)), this, SLOT(onFilesSelecte
[all...]
H A Dfilterbar.cc425 connect( myLineEdit, SIGNAL(textChanged(QString)), this, SLOT(onTextChanged(QString)));
434 connect( p, SIGNAL(clicked(bool)), myLineEdit, SLOT(clear()));
437 connect( &myPrefs, SIGNAL(changed(int)), this, SLOT(refreshPref(int)));
438 connect( myActivityCombo, SIGNAL(currentIndexChanged(int)), this, SLOT(onActivityIndexChanged(int)));
439 connect( myTrackerCombo, SIGNAL(currentIndexChanged(int)), this, SLOT(onTrackerIndexChanged(int)));
440 connect( &myTorrents, SIGNAL(modelReset()), this, SLOT(onTorrentModelReset()));
441 connect( &myTorrents, SIGNAL(rowsInserted(const QModelIndex&,int,int)), this, SLOT(onTorrentModelRowsInserted(const QModelIndex&,int,int)));
442 connect( &myTorrents, SIGNAL(rowsRemoved(const QModelIndex&,int,int)), this, SLOT(onTorrentModelRowsRemoved(const QModelIndex&,int,int)));
443 connect( &myTorrents, SIGNAL(dataChanged(const QModelIndex&,const QModelIndex&)), this, SLOT(onTorrentModelDataChanged(const QModelIndex&,const QModelIndex&)));
444 connect( myRecountTimer, SIGNAL(timeout()), this, SLOT(recoun
[all...]
H A Dfavicon.cc28 connect( myNAM, SIGNAL(finished(QNetworkReply*)), this, SLOT(onRequestFinished(QNetworkReply*)) );
H A Dsession.cc259 connect( &myPrefs, SIGNAL(changed(int)), this, SLOT(updatePref(int)) );
275 this, SLOT(onFinished(QNetworkReply*)) );
796 connect( d, SIGNAL(rejected()), d, SLOT(deleteLater()) );
848 disconnect( &myPrefs, SIGNAL(changed(int)), this, SLOT(updatePref(int)) );
931 connect( &myPrefs, SIGNAL(changed(int)), this, SLOT(updatePref(int)) );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dqconf.cc283 connect(this, SIGNAL(lostFocus()), SLOT(hide()));
335 SLOT(updateSelection(void)));
344 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings()));
820 parent(), SLOT(setShowName(bool)));
822 action, SLOT(setOn(bool)));
828 parent(), SLOT(setShowRange(bool)));
830 action, SLOT(setOn(bool)));
836 parent(), SLOT(setShowData(bool)));
838 action, SLOT(setOn(bool)));
946 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSetting
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/
H A Dhello.cc62 &application, SLOT (quit ()));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-qt/
H A Dqt-watch.cpp107 connect(m_in,SIGNAL(activated(int)),SLOT(gotIn()));
111 connect(m_out,SIGNAL(activated(int)),SLOT(gotOut()));
118 connect(&m_timer, SIGNAL(timeout()), this, SLOT(timeout()));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-qt/
H A Dqt-watch.cpp107 connect(m_in,SIGNAL(activated(int)),SLOT(gotIn()));
111 connect(m_out,SIGNAL(activated(int)),SLOT(gotOut()));
118 connect(&m_timer, SIGNAL(timeout()), this, SLOT(timeout()));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.cc407 SLOT(updateSelection(void)));
866 connect(backAction, SIGNAL(activated()), SLOT(goBack()));
869 connect(quitAction, SIGNAL(activated()), SLOT(close()));
871 connect(loadAction, SIGNAL(activated()), SLOT(loadConfig()));
873 connect(saveAction, SIGNAL(activated()), SLOT(saveConfig()));
875 connect(saveAsAction, SIGNAL(activated()), SLOT(saveConfigAs()));
877 connect(singleViewAction, SIGNAL(activated()), SLOT(showSingleView()));
879 connect(splitViewAction, SIGNAL(activated()), SLOT(showSplitView()));
881 connect(fullViewAction, SIGNAL(activated()), SLOT(showFullView()));
886 connect(showNameAction, SIGNAL(toggled(bool)), SLOT(setShowNam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-qt/
H A Dhello.cc59 QObject::connect (button, SIGNAL (clicked ()), &application, SLOT (quit ()));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/plasmamule/
H A Dplasma-engine-plasmamule.cpp81 connect(timer, SIGNAL(timeout()), this, SLOT(timeout()));
185 SLOT(downloadFinished(KIO::Job *,const QByteArray&)));
263 connect (&m_dirwatcher, SIGNAL (dirty (const QString &)), SLOT (file_changed (const QString&)));
264 connect (&m_dirwatcher, SIGNAL (created (const QString &)), SLOT (new_file (const QString&)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rtl818x/
H A Drtl818x.h158 u8 SLOT; member in struct:rtl818x_csr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbmac.h111 #define SLOT 0x470 /* Transmit slot time */ macro

Completed in 286 milliseconds

12