Home
last modified time | relevance | path

Searched refs:CentralLayout (Results 1 – 25 of 30) sorted by relevance

12

/dports/deskutils/latte-dock/latte-dock-0.10.6/app/layout/
H A Dcentrallayout.cpp29 CentralLayout::CentralLayout(QObject *parent, QString layoutFile, QString assignedName) in CentralLayout() function in Latte::CentralLayout
38 CentralLayout::~CentralLayout() in ~CentralLayout()
42 void CentralLayout::init() in init()
45 …connect(this, &CentralLayout::disableBordersForMaximizedWindowsChanged, this, &CentralLayout::save… in init()
46 connect(this, &CentralLayout::showInMenuChanged, this, &CentralLayout::saveConfig); in init()
78 bool CentralLayout::showInMenu() const in showInMenu()
93 bool CentralLayout::isCurrent() in isCurrent()
111 Layout::Type CentralLayout::type() const in type()
147 Data::Layout CentralLayout::data() const in data()
178 void CentralLayout::loadConfig() in loadConfig()
[all …]
H A Dcentrallayout.h35 class CentralLayout : public Layout::GenericLayout
41 CentralLayout(QObject *parent, QString layoutFile, QString layoutName = QString());
42 ~CentralLayout() override;
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/layouts/
H A Dsynchronizer.cpp120 CentralLayout *layout = m_centralLayouts.at(i); in centralLayoutPos()
207 QList<CentralLayout *> currents = currentLayouts(); in currentLayoutsNames()
211 CentralLayout *layout = currents.at(i); in currentLayoutsNames()
281 CentralLayout *layout = m_centralLayouts.at(i); in updateLayoutsTable()
312 QList<CentralLayout *> layouts; in currentLayouts()
334 QList<CentralLayout *> layouts; in centralLayoutsForActivity()
435 void Synchronizer::addLayout(CentralLayout *layout) in addLayout()
588 CentralLayout centrallayout(this, layout); in onLayoutAdded()
648 CentralLayout *newLayout = new CentralLayout(this, layoutpath, layoutName); in initSingleMode()
730 CentralLayout storagedlayout(this, layoutid); in switchToLayoutInMultipleModeBasedOnActivities()
[all …]
H A Dsynchronizer.h21 class CentralLayout; variable
95 QList<CentralLayout *> currentLayouts() const;
101 CentralLayout *centralLayout(QString layoutname) const;
104 QList<CentralLayout *> centralLayoutsForActivity(const QString activityid) const;
137 void addLayout(CentralLayout *layout);
138 void unloadCentralLayout(CentralLayout *layout);
161 QList<CentralLayout *> m_centralLayouts;
H A Dmanager.cpp221 QList<CentralLayout *> Manager::currentLayouts() const in currentLayouts()
311 CentralLayout *central = m_synchronizer->centralLayout(layoutName); in setOnAllActivities()
316 CentralLayout storage(this, m_importer->layoutUserFilePath(layoutName)); in setOnAllActivities()
323 CentralLayout *central = m_synchronizer->centralLayout(layoutName); in setOnActivities()
328 CentralLayout storage(this, m_importer->layoutUserFilePath(layoutName)); in setOnActivities()
H A Dmanager.h34 class CentralLayout; variable
89 QList<CentralLayout *>currentLayouts() const;
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/settings/settingsdialog/
H A Dlayoutscontroller.cpp236 central = new CentralLayout(this, selectedCurrentData.id); in selectedLayoutViews()
314 CentralLayout *central = centralLayout(removedLayouts[i].id); in screensData()
327 CentralLayout *central = centralLayout(currentLayouts[i].id); in screensData()
367 CentralLayout *Layouts::centralLayout(const QString &currentLayoutId) in centralLayout()
373 …Latte::CentralLayout *centrallayout = activelayout ? activelayout : new Latte::CentralLayout(this,… in centralLayout()
748 layoutName = CentralLayout::layoutName(file); in addLayoutForFile()
768 CentralLayout *settings = new CentralLayout(this, copied.id); in addLayoutForFile()
839 CentralLayout *settings = new CentralLayout(this, copied.id); in duplicateSelectedLayout()
921 QHash<QString, Latte::CentralLayout *> activeLayoutsToRename; in save()
945 …Latte::CentralLayout *central = centralActive ? centralActive : new Latte::CentralLayout(this, iLa… in save()
[all …]
H A Dtemplateskeeper.cpp78 …Latte::CentralLayout *centralActive = m_layoutsController->isLayoutOriginal(layoutCurrentId) ? m_… in storedView()
79 …Latte::CentralLayout *central = centralActive ? centralActive : new Latte::CentralLayout(this, lay… in storedView()
H A Dtemplateskeeper.h18 class CentralLayout; variable
62 QList<CentralLayout *> m_garbageLayouts;
H A Dlayoutscontroller.h28 class CentralLayout; variable
100 CentralLayout *centralLayout(const QString &currentLayoutId);
H A Dsettingsdialog.h40 class CentralLayout; variable
H A Dtablayoutshandler.cpp595 CentralLayout *central = m_layoutsController->centralLayout(c_layout.id); in exportLayoutAsTemplate()
663 CentralLayout layoutS(this, file); in exportLayoutForBackup()
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/settings/viewsdialog/
H A Dviewscontroller.h29 class CentralLayout; variable
92 CentralLayout *originLayout(const Data::View &view);
101 …void messagesForErrorsWarnings(const Latte::CentralLayout *centralLayout, const bool &showNoErrors…
H A Dviewscontroller.cpp405 …Latte::CentralLayout *currentlayout = m_handler->layoutsController()->centralLayout(currentlayoutd… in onCurrentLayoutChanged()
452 CentralLayout *Views::originLayout(const Data::View &view) in originLayout()
457 …Latte::CentralLayout *originactive = m_handler->layoutsController()->isLayoutOriginal(origincurren… in originLayout()
493 void Views::messagesForErrorsWarnings(const Latte::CentralLayout *centralLayout, const bool &showNo… in messagesForErrorsWarnings()
871 Latte::CentralLayout *central = m_handler->layoutsController()->centralLayout(currentlayout.id); in save()
889 CentralLayout *originActive = originLayout(newViews[i]); in save()
945 … Latte::CentralLayout *origin = m_handler->layoutsController()->centralLayout(originlayout.id); in save()
958 CentralLayout *origin = originLayout(pastedactiveview); in save()
H A Dviewshandler.h28 class CentralLayout; variable
H A Dviewsmodel.h109 void updateActiveStatesBasedOn(const CentralLayout *layout);
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/
H A Dlattecorona.h52 class CentralLayout; variable
212 CentralLayout *centralLayout(QString name) const;
H A Dlattecorona.cpp510 CentralLayout *Corona::centralLayout(QString name) const in centralLayout()
512 CentralLayout *result{nullptr}; in centralLayout()
/dports/editors/texmaker/texmaker-5.0.3/
H A Dpdfviewerwidget.h71 QHBoxLayout *CentralLayout; variable
H A Dpdfviewer.h65 QHBoxLayout *LeftPanelLayout,*CentralLayout; variable
H A Dpdfviewerwidget.cpp227 CentralLayout= new QHBoxLayout(centralFrame); in PdfViewerWidget()
228 CentralLayout->setSpacing(0); in PdfViewerWidget()
229 CentralLayout->setMargin(0); in PdfViewerWidget()
230 CentralLayout->addWidget(listpagesWidget); in PdfViewerWidget()
231 CentralLayout->addWidget(pdfview); in PdfViewerWidget()
H A Dpdfviewer.cpp157 CentralLayout= new QHBoxLayout(centralFrame); in PdfViewer()
158 CentralLayout->setSpacing(0); in PdfViewer()
159 CentralLayout->setMargin(0); in PdfViewer()
160 CentralLayout->addWidget(pdfview); in PdfViewer()
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/templates/
H A Dtemplatesmanager.cpp75 CentralLayout layouttemplate(this, templatePath); in initLayoutTemplates()
/dports/cad/leocad/leocad-21.06/common/
H A Dlc_mainwindow.cpp1571 QVBoxLayout* CentralLayout = new QVBoxLayout(TabWidget); in SetCurrentModelTab() local
1572 CentralLayout->setContentsMargins(0, 0, 0, 0); in SetCurrentModelTab()
1576 CentralLayout->addWidget(ViewWidget); in SetCurrentModelTab()
1809 QLayout* CentralLayout = ParentParentWidget->layout(); in RemoveActiveView() local
1811 CentralLayout->addWidget(OtherWidget); in RemoveActiveView()
1812 CentralLayout->removeWidget(Parent); in RemoveActiveView()
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/settings/
H A Duniversalsettings.cpp507CentralLayout storage(this, Layouts::Importer::layoutUserFilePath(m_singleModeLayoutName)); in upgrade_v010()

12