Home
last modified time | relevance | path

Searched refs:LayoutSet (Results 1 – 20 of 20) sorted by relevance

/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/keyboard/
H A Dx11_helper.h176 struct LayoutSet { struct
180 LayoutSet() in LayoutSet() argument
184 LayoutSet(const LayoutSet &other) in LayoutSet() argument
194 bool operator==(const LayoutSet &currentLayouts) const argument
199 LayoutSet &operator=(const LayoutSet &currentLayouts)
243 static LayoutSet getCurrentLayouts();
H A Dlayout_memory.cpp114 …bug(KCM_KEYBOARD, ) << "Layout map change: " << LayoutSet::toString(prevLayoutList) << "-->" << La… in layoutMapChanged()
155 LayoutSet layoutFromMap = layoutMap[layoutMapKey]; in setCurrentLayoutFromMap()
158 LayoutSet currentLayouts = X11Helper::getCurrentLayouts(); in setCurrentLayoutFromMap()
H A Dlayout_memory_persister.cpp36 static bool isDefaultLayoutConfig(const LayoutSet &layout, const QList<LayoutUnit> &defaultLayouts) in isDefaultLayoutConfig()
165 LayoutSet layoutSet; in startElement()
182 QMap<QString, LayoutSet> layoutMap;
H A Dlayout_memory.h48 QMap<QString, LayoutSet> layoutMap;
H A Dx11_helper.cpp121 LayoutSet X11Helper::getCurrentLayouts() in getCurrentLayouts()
123 LayoutSet layoutSet; in getCurrentLayouts()
/dports/www/p5-Reaction/Reaction-0.002005/lib/Reaction/Manual/
H A DGlossary.pod81 Defines how a L</Widget> fragment is rendered. They are organized in L</LayoutSet>s. Its
82 arguments are provided by the Widget the LayoutSet specified.
85 LayoutSet is an extension of another.
96 =head3 LayoutSet subsection
98 Contains L</Layout>s. A LayoutSet is specified (or autodiscovered) for any
100 render the ViewPort. A LayoutSet can also extend on another LayoutSet. With this,
110 =item * L<Reaction::UI::LayoutSet>
117 The ListView L</Widget>, L</ViewPort> and L</LayoutSet> group
147 example would be a L<Template Toolkit|Template> LayoutSet being used to render a
224 is determined by the L</LayoutSet>, which is in turn determined by the L</ViewPort>.
[all …]
H A DRenderPage.pod22 | LayoutSet | |
69 * A Reaction::UI::LayoutSet object built from:
80 - The LayoutSet object
87 retrieved via the LayoutSet for the root ViewPort of the page.
89 The LayoutSet used defaults to the "layout" attribute on the
103 "default/layout" directory. [[ A LayoutSet object is created based on
107 The layoutset file is parsed as the LayoutSet object is created, if a
H A DUnicode.pod17 =head1 Note about LayoutSet
19 LayoutSet files B<MUST> be in utf8, since ASCII is a subset of utf8, You don't
H A DOverview.pod29 L<widget|Reaction::UI::Widget> and L<layout set|Reaction::UI::LayoutSet>.
77 | LayoutSet / ViewPort | | |
83 | Widget / LayoutSet | | |
232 A new instance of L<Reaction::UI::LayoutSet> will be created using the layout
/dports/misc/ktouch/ktouch-21.12.3/src/
H A Dx11_helper.h164 struct LayoutSet { struct
168 LayoutSet() {} in LayoutSet() argument
170 LayoutSet(const LayoutSet& currentLayouts) { in LayoutSet() function
179 bool operator == (const LayoutSet& currentLayouts) const { argument
184 LayoutSet& operator = (const LayoutSet& currentLayouts) {
225 static LayoutSet getCurrentLayouts();
H A Dx11_helper.cpp127 LayoutSet X11Helper::getCurrentLayouts() in getCurrentLayouts()
129 LayoutSet layoutSet; in getCurrentLayouts()
/dports/x11/lightdm-gtk-greeter-settings/lightdm-gtk-greeter-settings-1.2.2/lightdm_gtk_greeter_settings/
H A DIndicatorsEntry.py98 return LayoutSet._str2set.get(value, set())
101 class LayoutSet(SimpleEnum): class
164 Indicators.Text: {Option.Layout: {LayoutSet.Text}, Option.Text: None},
165 Indicators.Host: {Option.Layout: {LayoutSet.Text}, Option.Text: None},
168 Indicators.Session: {Option.Layout: {LayoutSet.Text, LayoutSet.Image},
243 if options.get(Option.Layout) == {LayoutSet.Text, LayoutSet.Image}:
252 options[Option.Layout] = LayoutSet._to_string(layout)
321 options[Option.Layout].add(LayoutSet.Text)
322 elif LayoutSet.Text in options[Option.Layout]:
328 options[Option.Layout].add(LayoutSet.Image)
[all …]
H A DIndicatorPropertiesDialog.py41 LayoutSet,
293 self._reversed = Option.Layout in options and LayoutSet.Reversed in options[Option.Layout]
311 options[Option.Layout].add(LayoutSet.Text)
314 options[Option.Layout].add(LayoutSet.Image)
316 options[Option.Layout].add(LayoutSet.Reversed)
318 if LayoutSet.Text not in options[Option.Layout] and Option.Text in options:
320 if LayoutSet.Image not in options[Option.Layout] and Option.Image in options:
/dports/www/p5-Reaction/Reaction-0.002005/lib/Reaction/UI/LayoutSet/
H A DTT.pm1 package Reaction::UI::LayoutSet::TT;
8 extends LayoutSet;
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/keyboard/tests/
H A Dlayout_memory_persister_test.cpp21 QMap<QString, LayoutSet> &getLayoutMap() in getLayoutMap()
112 LayoutSet layoutSet1; in testSaveByApp()
117 LayoutSet layoutSet2; in testSaveByApp()
/dports/www/p5-Reaction/Reaction-0.002005/lib/Reaction/UI/
H A DLayoutSet.pm1 package Reaction::UI::LayoutSet;
H A DView.pm6 use Reaction::UI::LayoutSet;
H A DWidget.pm15 has 'layout_set' => (isa => LayoutSet, is => 'ro', required => 1);
H A DSkin.pm6 use Reaction::UI::LayoutSet;
/dports/www/p5-Reaction/Reaction-0.002005/
H A DMANIFEST362 lib/Reaction/UI/LayoutSet.pm
363 lib/Reaction/UI/LayoutSet/TT.pm