Home
last modified time | relevance | path

Searched refs:viewInterface (Results 1 – 25 of 27) sorted by relevance

12

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimViewController.cpp78 ossimViewInterface* viewInterface = PTR_CAST(ossimViewInterface, result[index].get()); in propagateView() local
80 if(viewInterface) in propagateView()
82 if(!viewInterface->setView(theView.get())) in propagateView()
134 ossimViewInterface* viewInterface = PTR_CAST(ossimViewInterface, result[index].get()); in findFirstViewOfType() local
136 if(viewInterface) in findFirstViewOfType()
138 if(viewInterface->getView()) in findFirstViewOfType()
140 if(typeId.can_cast(viewInterface->getView()->getType())) in findFirstViewOfType()
142 return viewInterface->getView(); in findFirstViewOfType()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/
H A Dkmymoneyplugin.cpp90 KMyMoneyPlugin::ViewInterface* KMyMoneyPlugin::Plugin::viewInterface() const in viewInterface() function in KMyMoneyPlugin::Plugin
92 Q_CHECK_PTR(KMyMoneyPlugin::pluginInterfaces().viewInterface); in viewInterface()
93 return KMyMoneyPlugin::pluginInterfaces().viewInterface; in viewInterface()
H A Dinterfaceloader.h50 KMyMoneyPlugin::ViewInterface* viewInterface; variable
H A Dkmymoneyplugin.h149 ViewInterface* viewInterface() const;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Analysis/
H A DBufferViewFlowAnalysis.cpp60 op->walk([&](ViewLikeOpInterface viewInterface) { in build() argument
61 dependencies[viewInterface.getViewSource()].insert( in build()
62 viewInterface->getResult(0)); in build()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Analysis/
H A DBufferAliasAnalysis.cpp60 op->walk([&](ViewLikeOpInterface viewInterface) { in build() argument
61 aliases[viewInterface.getViewSource()].insert(viewInterface->getResult(0)); in build()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Analysis/
H A DBufferAliasAnalysis.cpp60 op->walk([&](ViewLikeOpInterface viewInterface) { in build() argument
61 aliases[viewInterface.getViewSource()].insert(viewInterface->getResult(0)); in build()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Analysis/
H A DBufferViewFlowAnalysis.cpp60 op->walk([&](ViewLikeOpInterface viewInterface) { in build() argument
61 dependencies[viewInterface.getViewSource()].insert( in build()
62 viewInterface->getResult(0)); in build()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Analysis/
H A DBufferAliasAnalysis.cpp60 op->walk([&](ViewLikeOpInterface viewInterface) { in build() argument
61 aliases[viewInterface.getViewSource()].insert( in build()
62 viewInterface.getOperation()->getResult(0)); in build()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Analysis/
H A DBufferViewFlowAnalysis.cpp60 op->walk([&](ViewLikeOpInterface viewInterface) { in build() argument
61 dependencies[viewInterface.getViewSource()].insert( in build()
62 viewInterface->getResult(0)); in build()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Analysis/
H A DBufferViewFlowAnalysis.cpp60 op->walk([&](ViewLikeOpInterface viewInterface) { in build() argument
61 dependencies[viewInterface.getViewSource()].insert( in build()
62 viewInterface->getResult(0)); in build()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/views/onlinejoboutbox/
H A Donlinejoboutboxview.cpp53viewInterface()->addView(m_view, i18n("Outbox"), View::OnlineJobOutbox, Icons::Icon::OnlineJobOutb… in plug()
58 viewInterface()->removeView(View::OnlineJobOutbox); in unplug()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/views/forecast/
H A Dforecastview.cpp53 viewInterface()->addView(m_view, i18n("Forecast"), View::Forecast, Icons::Icon::Forecast); in plug()
58 viewInterface()->removeView(View::Forecast); in unplug()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/views/budget/
H A Dbudgetview.cpp53 viewInterface()->addView(m_view, i18n("Budgets"), View::Budget, Icons::Icon::Budget); in plug()
58 viewInterface()->removeView(View::Budget); in unplug()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/desktop/
H A DDesktopBrowserWindow.cpp120 QAccessibleInterface *viewInterface = QAccessible::queryAccessibleInterface(bw->webView()); in focusChild() local
121 return findFocusChild(viewInterface->child(0)); in focusChild()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/qif/export/
H A Dqifexporter.cpp79 …connect(viewInterface(), &KMyMoneyPlugin::ViewInterface::viewStateChanged, m_action, &QAction::set… in createActions()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/checkprinting/
H A Dcheckprinting.cpp124 …connect(viewInterface(), &KMyMoneyPlugin::ViewInterface::transactionsSelected, this, &CheckPrintin… in plug()
129 …disconnect(viewInterface(), &KMyMoneyPlugin::ViewInterface::transactionsSelected, this, &CheckPrin… in unplug()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Transforms/
H A DBufferPlacement.cpp146 op->walk([&](ViewLikeOpInterface viewInterface) { in build() argument
147 aliases[viewInterface.getViewSource()].insert( in build()
148 viewInterface.getOperation()->getResult(0)); in build()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/qif/import/
H A Dqifimporter.cpp83 …connect(viewInterface(), &KMyMoneyPlugin::ViewInterface::viewStateChanged, m_action, &QAction::set… in createActions()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/csv/import/
H A Dcsvimporter.cpp84 …connect(viewInterface(), &KMyMoneyPlugin::ViewInterface::viewStateChanged, action(qPrintable(kpart… in createActions()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/csv/export/
H A Dcsvexporter.cpp83 …connect(viewInterface(), &KMyMoneyPlugin::ViewInterface::viewStateChanged, action(qPrintable(kpart… in createActions()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/views/reports/
H A Dreportsview.cpp63 viewInterface()->addView(m_view, i18n("Reports"), View::Reports, Icons::Icon::Reports); in plug()
68 viewInterface()->removeView(View::Reports); in unplug()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/reconciliationreport/
H A Dreconciliationreport.cpp62 …connect(viewInterface(), &KMyMoneyPlugin::ViewInterface::accountReconciled, this, &ReconciliationR… in plug()
68 …disconnect(viewInterface(), &KMyMoneyPlugin::ViewInterface::accountReconciled, this, &Reconciliati… in unplug()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/icalendar/export/
H A Dicalendarexporter.cpp105 …connect(viewInterface(), &KMyMoneyPlugin::ViewInterface::viewStateChanged, action(qPrintable(kpart… in iCalendarExporter()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/kbanking/
H A Dkbanking.cpp330 Q_CHECK_PTR(viewInterface()); in createActions()
331 …connect(viewInterface(), &KMyMoneyPlugin::ViewInterface::viewStateChanged, action("file_import_aqb… in createActions()

12