Home
last modified time | relevance | path

Searched defs:inputPanel (Results 1 – 22 of 22) sorted by relevance

/dports/finance/expense/Expense/
H A DAppController.h5 id inputPanel; variable
/dports/chinese/fcitx5-rime/fcitx5-rime-5.0.8/src/
H A Drimestate.cpp18 bool emptyExceptAux(const InputPanel &inputPanel) { in emptyExceptAux()
229 auto &inputPanel = ic->inputPanel(); in updateUI() local
/dports/games/scorched3d/scorched/src/client/dialogs/
H A DAuthDialog.cpp60 GLWPanel *inputPanel = new GLWPanel(0.0f, 0.0f, 0.0f, 0.0f, false, false); in display() local
H A DAdminAuthDialog.cpp60 GLWPanel *inputPanel = new GLWPanel(0.0f, 0.0f, 0.0f, 0.0f, false, false); in display() local
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/test/src/com/lightcrafts/model/test/
H A DCropBoundsTest.java30 JPanel inputPanel = new JPanel(new BorderLayout()); in main() local
/dports/textproc/fcitx5/fcitx5-5.0.11/testing/testui/
H A Dtestui.cpp54 auto &inputPanel = inputContext->inputPanel(); in printInputPanel() local
/dports/chinese/libime-jyutping/libime-jyutping-1.0.3/src/engine/
H A Dengine.cpp174 auto &inputPanel = inputContext->inputPanel(); in initPredict() local
187 auto &inputPanel = inputContext->inputPanel(); in updatePredict() local
252 auto &inputPanel = inputContext->inputPanel(); in updateUI() local
/dports/chinese/fcitx5-chinese-addons/fcitx5-chinese-addons-5.0.8/im/pinyin/
H A Dpinyin.cpp308 auto &inputPanel = inputContext->inputPanel(); in initPredict() local
321 auto &inputPanel = inputContext->inputPanel(); in updatePredict() local
402 auto &inputPanel = inputContext->inputPanel(); in updatePreedit() local
467 auto &inputPanel = inputContext->inputPanel(); in updateUI() local
1099 auto &inputPanel = inputContext->inputPanel(); in updateStroke() local
1152 auto &inputPanel = inputContext->inputPanel(); in updateForgetCandidate() local
/dports/x11-toolkits/qt5-virtualkeyboard/kde-qtvirtualkeyboard-5.15.2p4/src/virtualkeyboard/
H A Dplatforminputcontext.cpp107 if (QObject *inputPanel = m_inputContext->priv()->inputPanel) in update() local
H A Dqvirtualkeyboardinputcontext_p.h155 QPointer<QObject> inputPanel; variable
H A Dqvirtualkeyboardinputcontext_p.cpp218 void QVirtualKeyboardInputContextPrivate::registerInputPanel(QObject *inputPanel) in registerInputPanel()
/dports/chinese/fcitx5-chinese-addons/fcitx5-chinese-addons-5.0.8/im/table/
H A Dstate.cpp361 auto &inputPanel = ic_->inputPanel(); in handlePinyinMode() local
574 auto &inputPanel = ic_->inputPanel(); in handleLookupPinyinOrModifyDictionaryMode() local
1065 auto &inputPanel = ic_->inputPanel(); in updateUI() local
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx/
H A Dinputcontext.cpp316 InputPanel &InputContext::inputPanel() { in inputPanel() function in fcitx::InputContext
/dports/www/R-cran-shiny/shiny/R/
H A Dbootstrap-layout.R450 inputPanel <- function(...) { function
/dports/games/xonotic/Xonotic/misc/tools/NexuizDemoRecorder/main/src/main/java/com/nexuiz/demorecorder/ui/swinggui/
H A DJobDialog.java60 private JPanel inputPanel; field in JobDialog
/dports/textproc/fcitx5/fcitx5-5.0.11/src/ui/kimpanel/
H A Dkimpanel.cpp274 auto &inputPanel = inputContext->inputPanel(); in updateInputPanel() local
/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/tigervnc/vncviewer/
H A DOptionsDialog.java963 JPanel inputPanel = new JPanel(new GridBagLayout()); in createInputPanel() local
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/tigervnc/vncviewer/
H A DOptionsDialog.java963 JPanel inputPanel = new JPanel(new GridBagLayout()); in createInputPanel() local
/dports/textproc/fcitx5/fcitx5-5.0.11/src/ui/classic/
H A Dinputwindow.cpp269 auto &inputPanel = inputContext->inputPanel(); in update() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/
H A DFindReplaceDialog.java424 Composite inputPanel= createInputPanel(mainArea); in createContents() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp1606 int inputPanel = 0; in inputMethods() local
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dscreen.c127 static PANEL *rosterPanel, *chatPanel, *activechatPanel, *inputPanel; variable