Home
last modified time | relevance | path

Searched refs:nodeSelected (Results 1 – 20 of 20) sorted by relevance

/dports/math/minizinc-ide/MiniZincIDE-2.5.5/cp-profiler/src/cpprofiler/tree/
H A Dtraditional_view.cpp58 connect(scroll_area_.get(), &TreeScrollArea::nodeClicked, this, &TraditionalView::nodeSelected); in TraditionalView()
101 emit nodeSelected(root); in navRoot() local
123 emit nodeSelected(first_kid); in navDown() local
142 emit nodeSelected(last_kid); in navDownAlt() local
159 emit nodeSelected(pid); in navUp() local
182 emit nodeSelected(kid); in navLeft() local
209 emit nodeSelected(kid); in navRight() local
H A Dtraditional_view.hh97 void nodeSelected(NodeID n);
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/android/
H A Dcreateandroidmanifestwizard.cpp95 void nodeSelected(int index);
121 nodeSelected(m_comboBox->currentIndex()); in ChooseProFilePage()
123 this, &ChooseProFilePage::nodeSelected); in ChooseProFilePage()
129 void ChooseProFilePage::nodeSelected(int index) in nodeSelected() function in Android::Internal::ChooseProFilePage
/dports/math/minizinc-ide/MiniZincIDE-2.5.5/cp-profiler/src/cpprofiler/
H A Dexecution_window.cpp65 connect(traditional_view_.get(), &tree::TraditionalView::nodeSelected, in ExecutionWindow()
66 this, &ExecutionWindow::nodeSelected); in ExecutionWindow()
70 …connect(this, &ExecutionWindow::nodeSelected, traditional_view_.get(), &tree::TraditionalView::set… in ExecutionWindow()
516 …(icicle_tree_.get(), &pixel_view::IcicleCanvas::nodeClicked, this, &ExecutionWindow::nodeSelected); in showIcicleTree()
520 …connect(this, &ExecutionWindow::nodeSelected, icicle_tree_.get(), &pixel_view::IcicleCanvas::selec… in showIcicleTree()
H A Dexecution_window.hh109 void nodeSelected(NodeID n);
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/view/
H A DSiteMapListener.java26 void nodeSelected(SiteNode node); in nodeSelected() method
H A DNodeSelectDialog.java308 nodeSelected(); in getTreeSite()
318 private void nodeSelected() { in nodeSelected() method in NodeSelectDialog
402 nodeSelected(); in getSelectButton()
H A DScanPanel.java483 nodeSelected(node, incPort); in scanSite()
511 nodeSelected(node, incPort); in scanNode()
691 public void nodeSelected(SiteNode node, boolean incPort) { in nodeSelected() method in ScanPanel
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/eventlist/
H A Dnodeselectionmodel.h36 void nodeSelected(const QStringList &events);
H A Dnodeselectionmodel.cpp46 emit nodeSelected(modelIndex.data(NodeListModel::eventIdsRole).toStringList()); in select() local
H A Dassigneventdialog.cpp165 m_connection = connect(sm, &NodeSelectionModel::nodeSelected, updateEventListView); in initialize()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/httpsessions/
H A DExtensionHttpSessions.java501 public void nodeSelected(SiteNode node) { in nodeSelected() method in ExtensionHttpSessions
503 this.getHttpSessionsPanel().nodeSelected(node); in nodeSelected()
H A DHttpSessionsPanel.java485 public void nodeSelected(SiteNode node) { in nodeSelected() method in HttpSessionsPanel
/dports/textproc/xerces-j/xerces-2_12_0/samples/dom/traversal/
H A DIteratorView.java159 nodeSelected(treeNode); in IteratorView()
476 void nodeSelected(TreeNode treeNode) { in nodeSelected() method in IteratorView
H A DTreeWalkerView.java169 nodeSelected(treeNode); in TreeWalkerView()
581 void nodeSelected(TreeNode treeNode) { in nodeSelected() method in TreeWalkerView
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/params/
H A DExtensionParams.java446 public void nodeSelected(SiteNode node) { in nodeSelected() method in ExtensionParams
448 this.getParamsPanel().nodeSelected(node); in nodeSelected()
H A DParamsPanel.java340 public void nodeSelected(SiteNode node) { in nodeSelected() method in ParamsPanel
/dports/textproc/xerces-j/xerces-2_12_0/samples/ui/
H A DTreeView.java235 nodeSelected(node); in createUI()
414 void nodeSelected(TreeNode treeNode) { in nodeSelected() method in TreeView
/dports/math/minizinc-ide/MiniZincIDE-2.5.5/cp-profiler/src/cpprofiler/analysis/
H A Dmerge_window.cpp75 connect(view_.get(), &tree::TraditionalView::nodeSelected, in MergeWindow()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/parosproxy/paros/view/
H A DSiteMapPanel.java417 listener.nodeSelected(node); in getTreeSite()