Searched refs:activated (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DVBoxMediaComboBox.cpp61 connect (this, SIGNAL (activated (int)),
87 emit activated (currentIndex());
132 emit activated (index);
223 emit activated(currentIndex());
243 emit activated(currentIndex());
H A DVBoxFilePathSelectorWidget.cpp101 connect (this, SIGNAL (activated (int)), this, SLOT (onActivated (int)));
217 * May be used in @c activated() signal handlers to distinguish between
218 * non-path items like "Other..." or "Reset" that get temporarily activated
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsUpdate.cpp39 connect(m_pComboBoxUpdatePeriod, SIGNAL(activated(int)), this, SLOT(sltPeriodActivated()));
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsSerial.cpp70 connect (mCbNumber, SIGNAL (activated (const QString &)),
72 connect (mCbMode, SIGNAL (activated (const QString &)),
H A DUIMachineSettingsParallel.cpp63 connect (mCbNumber, SIGNAL (activated (const QString &)),
H A DUIMachineSettingsNetwork.cpp76 connect(m_pAttachmentTypeComboBox, SIGNAL(activated(int)), this, SLOT(sltHandleAttachmentTypeChange()));
77 connect(m_pAdapterNameCombo, SIGNAL(activated(int)), this, SLOT(sltHandleAlternativeNameChange()));
H A DUIMachineSettingsStorage.cpp2060 connect (mCbType, SIGNAL (activated (int)), this, SLOT (setInformation()));
2061 connect (mCbSlot, SIGNAL (activated (int)), this, SLOT (setInformation()));
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCOMDefs.cpp78 QObject::connect (mNotifier, SIGNAL (activated (int)),
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.c519 rule->activated = 0;
1521 * We need check if we've activated port forwarding
1541 if (rule->activated)
1582 rule->activated = 1;
1657 && rule->activated)
2089 rule->activated ? ' ' : '*');
H A Dslirp_state.h91 int activated; member in struct:port_forward_rule
/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.cpp3062 connect(m_pPatCB, SIGNAL(activated(const QString &)), this, SLOT(apply(const QString &)));

Completed in 4940 milliseconds