Home
last modified time | relevance | path

Searched refs:explicitScreen (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/latte-dock/latte-dock-0.10.6/app/layout/
H A Dgenericlayout.h110 …w(Plasma::Containment *containment, bool forceOnPrimary = false, int explicitScreen = -1, Layout::…
H A Dgenericlayout.cpp822 …::addView(Plasma::Containment *containment, bool forceOnPrimary, int explicitScreen, Layout::Views… in addView() argument
851 if (!Layouts::Storage::isValid(id) && !Layouts::Storage::isValid(explicitScreen)) { in addView()
857 } else if (Layouts::Storage::isValid(explicitScreen)) { in addView()
858 id = explicitScreen; in addView()