Home
last modified time | relevance | path

Searched refs:optionChanged (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/chinese/libime/libime-1.0.9/src/libime/pinyin/
H A Dpinyinime.cpp21 FCITX_DEFINE_SIGNAL_PRIVATE(PinyinIME, optionChanged);
52 emit<PinyinIME::optionChanged>(); in setFuzzyFlags()
89 emit<PinyinIME::optionChanged>(); in setNBest()
102 emit<PinyinIME::optionChanged>(); in setBeamSize()
115 emit<PinyinIME::optionChanged>(); in setFrameSize()
128 emit<PinyinIME::optionChanged>(); in setPartialLongWordLimit()
136 emit<PinyinIME::optionChanged>(); in setPreeditMode()
150 emit<PinyinIME::optionChanged>(); in setScoreFilter()
169 emit<PinyinIME::optionChanged>(); in setShuangpinProfile()
/dports/chinese/libime-jyutping/libime-jyutping-1.0.3/src/libime/jyutping/
H A Djyutpingime.cpp23 FCITX_DEFINE_SIGNAL_PRIVATE(JyutpingIME, optionChanged);
51 emit<JyutpingIME::optionChanged>(); in setInnerSegment()
88 emit<JyutpingIME::optionChanged>(); in setNBest()
101 emit<JyutpingIME::optionChanged>(); in setBeamSize()
114 emit<JyutpingIME::optionChanged>(); in setFrameSize()
123 emit<JyutpingIME::optionChanged>(); in setScoreFilter()
/dports/net-im/psi/psi-1.5/src/
H A Dpsirosterwidget.cpp173 …connect(PsiOptions::instance(), SIGNAL(optionChanged(const QString&)), SLOT(optionChanged(const QS… in setContactList()
179 optionChanged(showAgentsOptionPath); in setContactList()
180 optionChanged(showHiddenOptionPath); in setContactList()
181 optionChanged(showSelfOptionPath); in setContactList()
182 optionChanged(showOfflineOptionPath); in setContactList()
183 optionChanged(contactSortStyleOptionPath); in setContactList()
184 optionChanged(allowAutoResizeOptionPath); in setContactList()
185 optionChanged(showScrollBarOptionPath); in setContactList()
204 void PsiRosterWidget::optionChanged(const QString& option) in optionChanged() function in PsiRosterWidget
H A Dcontactlistviewdelegate.cpp182 optionChanged(slimGroupsOptionPath); in Private()
188 optionChanged(showClientIconsPath); in Private()
189 optionChanged(showMoodIconsPath); in Private()
190 optionChanged(showGeolocIconsPath); in Private()
191 optionChanged(showActivityIconsPath); in Private()
192 optionChanged(showTuneIconsPath); in Private()
193 optionChanged(avatarSizeOptionPath); in Private()
195 optionChanged(showAvatarsPath); in Private()
196 optionChanged(useDefaultAvatarPath); in Private()
198 optionChanged(showStatusIconsPath); in Private()
[all …]
H A Dcoloropt.cpp29 …connect(PsiOptions::instance(), SIGNAL(optionChanged(const QString&)), SLOT(optionChanged(const QS… in ColorOpt()
79 void ColorOpt::optionChanged(const QString &opt) in optionChanged() function in ColorOpt
H A Drosteravatarframe.cpp43 connect(PsiOptions::instance(), SIGNAL(optionChanged(QString)),this, SLOT(optionChanged(QString))); in RosterAvatarFrame()
142 void RosterAvatarFrame::optionChanged(QString option) in optionChanged() function in RosterAvatarFrame
H A Dpsicontactlistview.cpp167 connect(PsiOptions::instance(), SIGNAL(optionChanged(QString)), SLOT(optionChanged(QString))); in PsiContactListView()
178 void PsiContactListView::optionChanged(const QString &option) in optionChanged() function in PsiContactListView
/dports/cad/qelectrotech/qet-0.7.0/sources/
H A Dexportpropertieswidget.cpp206 …w_grid, SIGNAL(stateChanged(int)), this, SIGNAL(optionChanged())); in build()
207 …w_border, SIGNAL(stateChanged(int)), this, SIGNAL(optionChanged())); in build()
208 …w_titleblock, SIGNAL(stateChanged(int)), this, SIGNAL(optionChanged())); in build()
209 …w_terminals, SIGNAL(stateChanged(int)), this, SIGNAL(optionChanged())); in build()
210 …w_colored_conductors, SIGNAL(stateChanged(int)), this, SIGNAL(optionChanged())); in build()
H A Dexportpropertieswidget.h49 void optionChanged();
/dports/www/otter-browser/otter-browser-1.0.03/src/modules/widgets/configurationOption/
H A DConfigurationOptionWidget.cpp96 …connect(SettingsManager::getInstance(), &SettingsManager::optionChanged, this, &ConfigurationOptio… in ConfigurationOptionWidget()
120 …disconnect(m_window, &Window::optionChanged, this, &ConfigurationOptionWidget::handleOptionChanged… in setWindow()
130 connect(window, &Window::optionChanged, this, &ConfigurationOptionWidget::handleOptionChanged); in setWindow()
/dports/editors/calligra/calligra-3.2.1/sheets/plugins/scripting/scripts/
H A Dmyorca.py156 self.cellNameCheckbox.connect("stateChanged(int)", self.optionChanged)
161 self.cellValueCheckbox.connect("stateChanged(int)", self.optionChanged)
166 self.sheetNameChanged.connect("stateChanged(int)", self.optionChanged)
180 def optionChanged(self, *args): member in MyDialog
/dports/net-im/psi/psi-1.5/src/plugins/deprecated/echo/
H A Dechoplugin.cpp60 virtual void optionChanged(const QString& option);
159 void EchoPlugin::optionChanged(const QString& option) in optionChanged() function in EchoPlugin
/dports/net-im/psi/psi-1.5/src/tools/optionstree/
H A Doptionstreemodel.cpp43 connect(tree_, SIGNAL(optionChanged(const QString&)), SLOT(optionChanged(const QString&))); in OptionsTreeModel()
293 void OptionsTreeModel::optionChanged(const QString& option) in optionChanged() function in OptionsTreeModel
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/
H A DOptionChangeListener.java40 void optionChanged (OptionChangeEvent event); in optionChanged() method
/dports/games/manaplus/manaplus-2.1.3.17/src/listeners/
H A Dconfiglistener.h55 virtual void optionChanged(const std::string &name) = 0;
H A Dguiconfiglistener.h49 void optionChanged(const std::string &name) override final in optionChanged() function
/dports/net-im/psi/psi-1.5/src/plugins/include/
H A Doptionaccessor.h15 virtual void optionChanged(const QString& option) = 0;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/gtk/
H A DOgreConfigDialogImp.h92 static void optionChanged (GtkComboBox *widget, gpointer data);
/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/managers/
H A Dpreferencemanager.cpp206 emit optionChanged(option); in set() local
229 emit optionChanged(option); in set() local
335 emit optionChanged(option); in set() local
442 emit optionChanged(option); in set() local
/dports/games/tsito/tsito-0.8.4/src/
H A DController.h46 void optionChanged(std::string whatOption);
/dports/audio/visp-go/visp-2585747/prog/
H A Dapi.go87 v.optionChanged(s)
101 func (v *Visp) optionChanged(key string) { func
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/widgets/tabs/chat/
H A Dguildtab.h47 void optionChanged(const std::string &value) override final;
H A Dpartytab.h47 void optionChanged(const std::string &value) override final;
H A Demulateguildtab.h49 void optionChanged(const std::string &value) override final;
/dports/games/manaplus/manaplus-2.1.3.17/src/
H A Deventsmanager.h62 void optionChanged(const std::string &name) override final; in PRAGMA48()

1234567