/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/ |
H A D | DockView.h | 30 class DockView : public QDockWidget, public Dialog 35 DockView(GuiView & parent, ///< the main window where to dock. 43 virtual ~DockView() {} in ~DockView()
|
H A D | DockView.cpp | 21 DockView::DockView(GuiView & parent, QString const & name, in DockView() function in lyx::frontend::DockView 34 void DockView::keyPressEvent(QKeyEvent * ev) in keyPressEvent()
|
H A D | GuiSpellchecker.h | 34 SpellcheckerWidget(GuiView * gv, DockView * dv, QWidget * parent = 0); 60 class GuiSpellchecker : public DockView
|
H A D | GuiSpellchecker.cpp | 62 Private(SpellcheckerWidget * parent, DockView * dv, GuiView * gv) in Private() 115 DockView * dv_; 134 SpellcheckerWidget::SpellcheckerWidget(GuiView * gv, DockView * dv, QWidget * parent) in SpellcheckerWidget() 594 : DockView(parent, "spellchecker", qt_("Spellchecker"), in GuiSpellchecker()
|
H A D | GuiToc.h | 26 class GuiToc : public DockView
|
H A D | GuiProgressView.h | 42 class GuiProgressView : public DockView
|
H A D | GuiToc.cpp | 36 : DockView(parent, "toc", qt_("Outline"), area, flags), in GuiToc()
|
H A D | GuiProgressView.cpp | 66 : DockView(parent, "progress", qt_("Progress/Debug Messages"), area, flags) in GuiProgressView() 247 DockView::restoreSession(); in restoreSession()
|
H A D | FindAndReplace.h | 74 class FindAndReplace : public DockView
|
H A D | GuiViewSource.h | 95 class GuiViewSource : public DockView
|
H A D | Makefile.am | 66 DockView.cpp \ 184 DockView.h \
|
H A D | GuiViewSource.cpp | 402 : DockView(parent, "view-source", qt_("Code Preview"), area, flags), in GuiViewSource() 473 DockView::restoreSession(); in restoreSession()
|
H A D | Makefile.in | 121 CustomizedWidgets.cpp DialogView.cpp DockView.cpp \ 150 DialogView.h DockView.h EmptyTable.h FancyLineEdit.h \ 179 DialogView.$(OBJEXT) DockView.$(OBJEXT) EmptyTable.$(OBJEXT) \ 251 ./$(DEPDIR)/DockView.Po ./$(DEPDIR)/EmptyTable.Po \ 594 DockView.cpp \ 712 DockView.h \ 960 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DockView.Po@am__quote@ # am--include-marker 1218 -rm -f ./$(DEPDIR)/DockView.Po 1368 -rm -f ./$(DEPDIR)/DockView.Po
|
H A D | FindAndReplace.cpp | 583 : DockView(parent, "findreplaceadv", qt_("Advanced Find and Replace"), in FindAndReplace()
|
/dports/deskutils/latte-dock/latte-dock-0.10.6/containmentactions/contextmenu/ |
H A D | menu.cpp | 40 DockView = 0, enumerator 245 …const QString configureActionText = (viewType == DockView) ? i18n("&Edit Dock...") : i18n("&Edit P… in contextualActions() 248 …const QString duplicateActionText = (viewType == DockView) ? i18n("&Duplicate Dock") : i18n("&Dupl… in contextualActions() 251 …const QString exportTemplateText = (viewType == DockView) ? i18n("E&xport Dock as Template") : i18… in contextualActions() 255 …const QString moveText = (viewType == DockView) ? i18n("&Move Dock To Layout") : i18n("&Move Panel… in contextualActions() 258 …const QString removeActionText = (viewType == DockView) ? i18n("&Remove Dock") : i18n("&Remove Pan… in contextualActions()
|
/dports/deskutils/latte-dock/latte-dock-0.10.6/shell/package/contents/controls/ |
H A D | TypeSelection.qml | 54 checked: latteView.type === LatteCore.Types.DockView 61 latteView.userRequestedViewType(LatteCore.Types.DockView);
|
/dports/deskutils/latte-dock/latte-dock-0.10.6/declarativeimports/ |
H A D | coretypes.h.in | 26 DockView = 0, enumerator
|
/dports/deskutils/latte-dock/latte-dock-0.10.6/plasmoid/package/contents/ui/ |
H A D | AppletAbilities.qml | 50 if (viewType === LatteCore.Types.DockView) {
|
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/layout/ |
H A D | centrallayout.cpp | 221 return Types::DockView; in latteViewType()
|
H A D | genericlayout.cpp | 328 return Types::DockView; in latteViewType()
|
/dports/deskutils/latte-dock/latte-dock-0.10.6/containment/package/contents/ui/ |
H A D | main.qml | 61 return LatteCore.Types.DockView; 66 return LatteCore.Types.DockView; 76 return LatteCore.Types.DockView; 80 return LatteCore.Types.DockView; 91 return LatteCore.Types.DockView;
|
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/view/ |
H A D | view.h | 411 Types::ViewType m_type{Types::DockView};
|
/dports/deskutils/latte-dock/latte-dock-0.10.6/shell/package/contents/configuration/ |
H A D | LatteDockConfiguration.qml | 603 …var duplicateText = latteView.type === LatteCore.Types.DockView ? i18n("Duplicate Dock") : i18n("D…
|
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/ |
H A D | lattecorona.cpp | 1164 Types::ViewType viewType{Types::DockView}; in contextMenuData()
|