Home
last modified time | relevance | path

Searched refs:SKGShow (Results 1 – 10 of 10) sorted by relevance

/dports/finance/skrooge/skrooge-2.26.1/skgbasegui/
H A Dskgshow.cpp22 SKGShow::SKGShow(QWidget* iParent) in SKGShow() function in SKGShow
39 SKGShow::~SKGShow() in ~SKGShow()
44 SKGShow::OperatorMode SKGShow::getMode() in getMode()
49 void SKGShow::setMode(SKGShow::OperatorMode iMode) in setMode()
57 QString SKGShow::getState() in getState()
193 void SKGShow::clear() in clear()
206 int SKGShow::count() in count()
354 void SKGShow::addSeparator() in addSeparator()
361 void SKGShow::trigger() in trigger()
466 bool SKGShow::getDisplayTitle() in getDisplayTitle()
[all …]
H A Dskgshow.h27 class SKGBASEGUI_EXPORT SKGShow : public QToolButton
57 explicit SKGShow(QWidget* iParent);
62 ~SKGShow() override;
244 Q_DISABLE_COPY(SKGShow)
H A Dskgfilteredtableview.h19 class SKGShow; variable
58 virtual SKGShow* getShowWidget() const;
H A Dskgfilteredtableview.cpp39 …connect(ui.kShow, &SKGShow::stateChanged, this, &SKGFilteredTableView::onFilterChanged, Qt::Queued… in SKGFilteredTableView()
88 SKGShow* SKGFilteredTableView::getShowWidget() const in getShowWidget()
H A Dskgtablewithgraph.h192 SKGShow* getShowWidget() const;
H A Dskgtablewithgraph.cpp137 …connect(ui.kShow, &SKGShow::stateChanged, this, &SKGTableWithGraph::onDisplayModeChanged, Qt::Queu… in SKGTableWithGraph()
327 SKGShow* SKGTableWithGraph::getShowWidget() const in getShowWidget()
/dports/finance/skrooge/skrooge-2.26.1/skgbaseguidesigner/
H A Dskgshowdesignerplugin.cpp41 return new SKGShow(iParent); in createWidget()
/dports/finance/skrooge/skrooge-2.26.1/tests/skgbaseguitest/
H A Dskgtesttablewithgraph.cpp104 SKGShow* show = graph.getShowWidget(); in Test()
/dports/finance/skrooge/skrooge-2.26.1/plugins/skrooge/skrooge_operation/
H A Dskgoperationpluginwidget.cpp209 …connect(ui.kOperationView->getShowWidget(), &SKGShow::stateChanged, this, &SKGOperationPluginWidge… in SKGOperationPluginWidget()
1482 SKGShow* showWidget = ui.kOperationView->getShowWidget(); in dataModified()
1487 … disconnect(showWidget, &SKGShow::stateChanged, this, &SKGOperationPluginWidget::onAccountChanged); in dataModified()
1488 …disconnect(showWidget, &SKGShow::stateChanged, this, &SKGOperationPluginWidget::onRefreshInformati… in dataModified()
1489 …disconnect(showWidget, &SKGShow::stateChanged, this, &SKGOperationPluginWidget::onOperationCreator… in dataModified()
1588 showWidget->setMode(SKGShow::AND); in dataModified()
1601 …connect(showWidget, &SKGShow::stateChanged, this, &SKGOperationPluginWidget::onAccountChanged, Qt:… in dataModified()
1602 …connect(showWidget, &SKGShow::stateChanged, this, &SKGOperationPluginWidget::onRefreshInformationZ… in dataModified()
1603 …connect(showWidget, &SKGShow::stateChanged, this, &SKGOperationPluginWidget::onOperationCreatorMod… in dataModified()
/dports/finance/skrooge/skrooge-2.26.1/plugins/skrooge/skrooge_bank/
H A Dskgbankpluginwidget.cpp102 …connect(ui.kView->getShowWidget(), &SKGShow::stateChanged, this, &SKGBankPluginWidget::onRefreshGr… in SKGBankPluginWidget()