Home
last modified time | relevance | path

Searched refs:Sidebar (Results 1 – 25 of 3763) sorted by relevance

12345678910>>...151

/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/sidebar/
H A Dsidebar.cpp34 Sidebar::Sidebar () : in Sidebar() function in ui::Sidebar
58 …GlobalEventManager().addCommand("ToggleSidebar", MemberCaller<Sidebar, &Sidebar::toggleSidebar> (*… in Sidebar()
63 …GlobalEventManager().addCommand("TogglePrefabs", MemberCaller<Sidebar, &Sidebar::showPrefabs> (*th… in Sidebar()
70 Sidebar::~Sidebar () in ~Sidebar()
116 void Sidebar::toggleSidebar () in toggleSidebar()
135 void Sidebar::showTextureBrowser () in showTextureBrowser()
140 void Sidebar::showPrefabs () in showPrefabs()
145 void Sidebar::showSurfaceInspector () in showSurfaceInspector()
150 void Sidebar::showEntityInspector () in showEntityInspector()
155 gboolean Sidebar::onChangePage (GtkNotebook *notebook, gpointer newPage, guint newPageIndex, Sideba… in onChangePage()
[all …]
/dports/mail/geary/geary-40.0/src/client/sidebar/
H A Dsidebar-entry.vala7 public interface Sidebar.Entry : Object {
23 internal virtual void grafted(Sidebar.Tree tree) {
26 internal virtual void pruned(Sidebar.Tree tree) {
30 public interface Sidebar.ExpandableEntry : Sidebar.Entry {
34 public interface Sidebar.SelectableEntry : Sidebar.Entry {
37 public interface Sidebar.RenameableEntry : Sidebar.Entry {
44 public interface Sidebar.EmphasizableEntry : Sidebar.Entry {
48 public interface Sidebar.DestroyableEntry : Sidebar.Entry {
52 public interface Sidebar.InternalDropTargetEntry : Sidebar.Entry {
54 public abstract bool internal_drop_received(Sidebar.Tree parent,
[all …]
H A Dsidebar-common.vala8 public class Sidebar.Grouping : Geary.BaseObject, Sidebar.Entry, Sidebar.ExpandableEntry,
9 Sidebar.RenameableEntry {
55 // A simple Sidebar.Branch where the root node is the branch in entirety.
56 public class Sidebar.RootOnlyBranch : Sidebar.Branch {
57 public RootOnlyBranch(Sidebar.Entry root) {
58 base (root, Sidebar.Branch.Options.NONE, null_comparator);
61 private static int null_comparator(Sidebar.Entry a, Sidebar.Entry b) {
69 * icons to null in the base class @see Sidebar.Grouping. But we also go a step further by
70 * using a custom cell_data_function (@see Sidebar.Tree::icon_renderer_function) which ensures that
73 public class Sidebar.Header : Sidebar.Grouping, Sidebar.EmphasizableEntry {
[all …]
H A Dsidebar-branch.vala45 public Node(Sidebar.Entry entry, Node? parent, CompareFunc<Sidebar.Entry> comparator) {
185 private Gee.HashMap<Sidebar.Entry, Node> map = new Gee.HashMap<Sidebar.Entry, Node>();
193 public signal void entry_reparented(Sidebar.Entry entry, Sidebar.Entry old_parent);
240 public void graft(Sidebar.Entry parent, Sidebar.Entry entry,
280 public void reparent(Sidebar.Entry new_parent, Sidebar.Entry entry) {
348 public Gee.List<Sidebar.Entry>? get_children(Sidebar.Entry parent) {
355 Gee.List<Sidebar.Entry> child_entries = new Gee.ArrayList<Sidebar.Entry>();
362 public Sidebar.Entry? find_first_child(Sidebar.Entry parent, Locator<Sidebar.Entry> locator) {
378 public Sidebar.Entry? get_parent(Sidebar.Entry entry) {
390 public Sidebar.Entry? get_previous_sibling(Sidebar.Entry entry) {
[all …]
H A Dsidebar-tree.vala16 public Sidebar.Entry entry;
71 private Gee.HashMap<Sidebar.Branch, int> branches = new Gee.HashMap<Sidebar.Branch, int>();
288 Sidebar.EmphasizableEntry? emphasizable_entry = entry as Sidebar.EmphasizableEntry;
305 Sidebar.SelectableEntry? selectable = wrapper.entry as Sidebar.SelectableEntry;
468 private void associate_children(Sidebar.Branch branch, Sidebar.Entry parent,
610 private void on_branch_entry_added(Sidebar.Branch branch, Sidebar.Entry entry) {
637 private void on_branch_entry_removed(Sidebar.Branch branch, Sidebar.Entry entry) {
645 private void on_branch_entry_moved(Sidebar.Branch branch, Sidebar.Entry entry) {
664 private void on_branch_entry_reparented(Sidebar.Branch branch, Sidebar.Entry entry,
793 Sidebar.Contextable? contextable = wrapper.entry as Sidebar.Contextable;
[all …]
/dports/graphics/shotwell/shotwell-0.30.14/src/sidebar/
H A DEntry.vala7 public interface Sidebar.Entry : Object {
20 internal virtual void grafted(Sidebar.Tree tree) {
23 internal virtual void pruned(Sidebar.Tree tree) {
27 public interface Sidebar.ExpandableEntry : Sidebar.Entry {
31 public interface Sidebar.SelectableEntry : Sidebar.Entry {
34 public interface Sidebar.PageRepresentative : Sidebar.Entry, Sidebar.SelectableEntry {
46 public interface Sidebar.RenameableEntry : Sidebar.Entry {
55 public interface Sidebar.EmphasizableEntry : Sidebar.Entry {
61 public interface Sidebar.DestroyableEntry : Sidebar.Entry {
65 public interface Sidebar.InternalDropTargetEntry : Sidebar.Entry {
[all …]
H A Dcommon.vala8 public class Sidebar.Grouping : Object, Sidebar.Entry, Sidebar.ExpandableEntry,
9 Sidebar.RenameableEntry {
54 public abstract class Sidebar.SimplePageEntry : Object, Sidebar.Entry, Sidebar.SelectableEntry,
55 Sidebar.PageRepresentative, Sidebar.Contextable {
85 internal void pruned(Sidebar.Tree tree) {
100 public class Sidebar.RootOnlyBranch : Sidebar.Branch {
101 public RootOnlyBranch(Sidebar.Entry root) {
102 base (root, Sidebar.Branch.Options.NONE, null_comparator);
105 private static int null_comparator(Sidebar.Entry a, Sidebar.Entry b) {
117 public class Sidebar.Header : Sidebar.Grouping, Sidebar.EmphasizableEntry {
[all …]
H A DBranch.vala9 public class Sidebar.Branch : Object {
45 public Node(Sidebar.Entry entry, Node? parent, CompareFunc<Sidebar.Entry> comparator) {
200 public signal void entry_reparented(Sidebar.Entry entry, Sidebar.Entry old_parent);
247 public void graft(Sidebar.Entry parent, Sidebar.Entry entry,
287 public void reparent(Sidebar.Entry new_parent, Sidebar.Entry entry) {
355 public Gee.List<Sidebar.Entry>? get_children(Sidebar.Entry parent) {
362 Gee.List<Sidebar.Entry> child_entries = new Gee.ArrayList<Sidebar.Entry>();
369 public Sidebar.Entry? find_first_child(Sidebar.Entry parent, Locator<Sidebar.Entry> locator) {
385 public Sidebar.Entry? get_parent(Sidebar.Entry entry) {
397 public Sidebar.Entry? get_previous_sibling(Sidebar.Entry entry) {
[all …]
H A DTree.vala16 public Sidebar.Entry entry;
456 private void associate_children(Sidebar.Branch branch, Sidebar.Entry parent,
489 Sidebar.PageRepresentative? pageable = entry as Sidebar.PageRepresentative;
495 Sidebar.EmphasizableEntry? emphasizable = entry as Sidebar.EmphasizableEntry;
499 Sidebar.RenameableEntry? renameable = entry as Sidebar.RenameableEntry;
597 Sidebar.PageRepresentative? pageable = entry as Sidebar.PageRepresentative;
603 Sidebar.RenameableEntry? renameable = entry as Sidebar.RenameableEntry;
607 Sidebar.EmphasizableEntry? emphasizable = entry as Sidebar.EmphasizableEntry;
615 private void on_branch_entry_added(Sidebar.Branch branch, Sidebar.Entry entry) {
649 private void on_branch_entry_moved(Sidebar.Branch branch, Sidebar.Entry entry) {
[all …]
/dports/graphics/elementary-photos/photos-2.7.1/src/sidebar/
H A DEntry.vala20 public interface Sidebar.Entry : Object {
33 internal virtual void grafted (Sidebar.Tree tree) {
36 internal virtual void pruned (Sidebar.Tree tree) {
40 public interface Sidebar.ExpandableEntry : Sidebar.Entry {
50 public interface Sidebar.SelectableEntry : Sidebar.Entry {
53 public interface Sidebar.PageRepresentative : Sidebar.Entry, Sidebar.SelectableEntry {
65 public interface Sidebar.RenameableEntry : Sidebar.Entry {
71 public interface Sidebar.DestroyableEntry : Sidebar.Entry {
75 public interface Sidebar.InternalDropTargetEntry : Sidebar.Entry {
81 public interface Sidebar.InternalDragSourceEntry : Sidebar.Entry {
H A DBranch.vala53 public Sidebar.Entry entry;
206 private Gee.HashMap<Sidebar.Entry, Node> map = new Gee.HashMap<Sidebar.Entry, Node> ();
214 public signal void entry_reparented (Sidebar.Entry entry, Sidebar.Entry old_parent);
262 public void graft (Sidebar.Entry parent, Sidebar.Entry entry,
302 public void reparent (Sidebar.Entry new_parent, Sidebar.Entry entry) {
370 public Gee.List<Sidebar.Entry>? get_children (Sidebar.Entry parent) {
377 Gee.List<Sidebar.Entry> child_entries = new Gee.ArrayList<Sidebar.Entry> ();
384 public Sidebar.Entry? find_first_child (Sidebar.Entry parent, Locator<Sidebar.Entry> locator) {
400 public Sidebar.Entry? get_parent (Sidebar.Entry entry) {
412 public Sidebar.Entry? get_previous_sibling (Sidebar.Entry entry) {
[all …]
H A Dcommon.vala21 public class Sidebar.Grouping : Object, Sidebar.Entry, Sidebar.ExpandableEntry {
64 public abstract class Sidebar.SimplePageEntry : Object, Sidebar.Entry, Sidebar.SelectableEntry,
65 Sidebar.PageRepresentative, Sidebar.Contextable {
98 internal void pruned (Sidebar.Tree tree) {
112 // A simple Sidebar.Branch where the root node is the branch in entirety.
113 public class Sidebar.RootOnlyBranch : Sidebar.Branch {
114 public RootOnlyBranch (Sidebar.Entry root) {
115 base (root, Sidebar.Branch.Options.NONE, null_comparator);
118 private static int null_comparator (Sidebar.Entry a, Sidebar.Entry b) {
123 public interface Sidebar.Contextable : Object {
H A DTree.vala410 private void associate_children (Sidebar.Branch branch, Sidebar.Entry parent,
442 Sidebar.PageRepresentative? pageable = entry as Sidebar.PageRepresentative;
448 Sidebar.RenameableEntry? renameable = entry as Sidebar.RenameableEntry;
452 Sidebar.ExpandableEntry? expandable = entry as Sidebar.ExpandableEntry;
560 Sidebar.PageRepresentative? pageable = entry as Sidebar.PageRepresentative;
566 Sidebar.RenameableEntry? renameable = entry as Sidebar.RenameableEntry;
570 Sidebar.ExpandableEntry? expandable = entry as Sidebar.ExpandableEntry;
578 private void on_branch_entry_added (Sidebar.Branch branch, Sidebar.Entry entry) {
604 private void on_branch_entry_removed (Sidebar.Branch branch, Sidebar.Entry entry) {
612 private void on_branch_entry_moved (Sidebar.Branch branch, Sidebar.Entry entry) {
[all …]
/dports/graphics/okular/okular-21.12.3/part/
H A Dsidebar.cpp33 class Sidebar::Private
52 Sidebar::Sidebar(QWidget *parent) in Sidebar() function in Sidebar
82 Sidebar::~Sidebar() in ~Sidebar()
102 void Sidebar::setMainWidget(QWidget *widget) in setMainWidget()
125 void Sidebar::setBottomWidget(QWidget *widget) in setBottomWidget()
135 void Sidebar::setCurrentItem(QWidget *widget) in setCurrentItem()
140 QWidget *Sidebar::currentItem() const in currentItem()
153 bool Sidebar::isSidebarVisible() const in isSidebarVisible()
158 void Sidebar::moveSplitter(int sideWidgetSize) in moveSplitter()
174 void Sidebar::saveSplitterSize() const in saveSplitterSize()
[all …]
/dports/graphics/xournalpp/xournalpp-1.1.0/src/gui/sidebar/
H A DSidebar.cpp14 Sidebar::Sidebar(GladeGui* gui, Control* control): toolbar(this, gui), control(control), gui(gui) { in Sidebar() function in Sidebar
25 void Sidebar::initPages(GtkWidget* sidebarContents, GladeGui* gui) { in initPages()
69 Sidebar::~Sidebar() { in ~Sidebar()
84 void Sidebar::actionPerformed(SidebarActions action) { in actionPerformed()
92 void Sidebar::selectPageNr(size_t page, size_t pdfPage) { in selectPageNr()
98 void Sidebar::setSelectedPage(size_t page) { in setSelectedPage()
120 void Sidebar::updateEnableDisableButtons() { in updateEnableDisableButtons()
137 void Sidebar::setTmpDisabled(bool disabled) { in setTmpDisabled()
148 void Sidebar::saveSize() { in saveSize()
157 auto Sidebar::getControl() -> Control* { return this->control; } in getControl()
[all …]
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Panel/
H A Dsidebar.cpp49 Sidebar::Sidebar(QWidget *parent) : QWidget(parent), stack(0), imageFilePreview(0), pjob(0) in Sidebar() function in Sidebar
142 Sidebar::~Sidebar() {} in ~Sidebar()
144 void Sidebar::saveSettings(KConfigGroup cfg) const in saveSettings()
154 void Sidebar::setCurrentPage(int id) in setCurrentPage()
162 void Sidebar::show() in show()
168 void Sidebar::hide() in hide()
175 void Sidebar::focusInEvent(QFocusEvent*) in focusInEvent()
197 void Sidebar::handleOpenUrlRequest(const QUrl &url) in handleOpenUrlRequest()
204 void Sidebar::tabSelected(int id) in tabSelected()
247 void Sidebar::update(const FileItem *fileitem) in update()
[all …]
/dports/graphics/shotwell/shotwell-0.30.14/src/events/
H A DEventsBranch.vala69 private static int event_year_comparator(Sidebar.Entry a, Sidebar.Entry b) {
97 Sidebar.Entry swap = a;
109 private static int event_month_comparator(Sidebar.Entry a, Sidebar.Entry b) {
114 Sidebar.Entry swap = a;
126 private static int event_comparator(Sidebar.Entry a, Sidebar.Entry b) {
150 private static int undated_event_comparator(Sidebar.Entry a, Sidebar.Entry b) {
227 Sidebar.Entry? year;
258 Sidebar.Entry? year;
279 Sidebar.Entry? entry;
374 public abstract class Events.DirectoryEntry : Sidebar.SimplePageEntry, Sidebar.ExpandableEntry {
[all …]
/dports/graphics/elementary-photos/photos-2.7.1/src/events/
H A DBranch.vala93 private static int event_year_comparator (Sidebar.Entry a, Sidebar.Entry b) {
115 Sidebar.Entry swap = a;
127 private static int event_month_comparator (Sidebar.Entry a, Sidebar.Entry b) {
132 Sidebar.Entry swap = a;
144 private static int event_comparator (Sidebar.Entry a, Sidebar.Entry b) {
168 private static int undated_event_comparator (Sidebar.Entry a, Sidebar.Entry b) {
238 Sidebar.Entry? year;
269 Sidebar.Entry? year;
290 Sidebar.Entry? entry;
384 public abstract class Events.DirectoryEntry : Sidebar.SimplePageEntry, Sidebar.ExpandableEntry {
[all …]
/dports/games/openra/OpenRA-release-20200503/mods/ra/
H A Dchrome.yaml1 ^Sidebar:
18 Inherits: ^Sidebar
29 Inherits: ^Sidebar
32 Inherits: ^Sidebar
37 Inherits: ^Sidebar
40 Inherits: ^Sidebar
45 Inherits: ^Sidebar
51 Inherits: ^Sidebar
55 Inherits: ^Sidebar
61 Inherits: ^Sidebar
[all …]
/dports/mail/geary/geary-40.0/src/client/folder-list/
H A Dfolder-list-account-branch.vala8 public class FolderList.AccountBranch : Sidebar.Branch {
36 base(new Sidebar.Header(account.information.display_name),
65 ((Sidebar.Grouping) get_root()).rename(this.display_name);
69 private static int special_grouping_comparator(Sidebar.Entry a, Sidebar.Entry b) {
81 private static int special_folder_comparator(Sidebar.Entry a, Sidebar.Entry b) {
82 if (a is Sidebar.Grouping || b is Sidebar.Grouping)
111 private static int normal_folder_comparator(Sidebar.Entry a, Sidebar.Entry b) {
121 Sidebar.Entry? graft_point = null;
168 Sidebar.Entry? entry = this.folder_entries.get(path);
178 private void on_entry_removed(Sidebar.Entry entry) {
[all …]
/dports/graphics/shotwell/shotwell-0.30.14/src/searches/
H A DSearchesBranch.vala7 public class Searches.Branch : Sidebar.Branch {
13 Sidebar.Branch.Options.HIDE_IF_EMPTY
14 | Sidebar.Branch.Options.AUTO_OPEN_ON_NEW_CHILD
15 | Sidebar.Branch.Options.STARTUP_EXPAND_TO_FIRST_CHILD,
36 private static int comparator(Sidebar.Entry a, Sidebar.Entry b) {
63 public class Searches.Header : Sidebar.Header, Sidebar.Contextable {
90 public class Searches.SidebarEntry : Sidebar.SimplePageEntry, Sidebar.RenameableEntry,
91 Sidebar.DestroyableEntry {
/dports/graphics/shotwell/shotwell-0.30.14/src/faces/
H A DFacesBranch.vala9 public class Faces.Branch : Sidebar.Branch {
14 Sidebar.Branch.Options.HIDE_IF_EMPTY
15 | Sidebar.Branch.Options.AUTO_OPEN_ON_NEW_CHILD
16 | Sidebar.Branch.Options.STARTUP_EXPAND_TO_FIRST_CHILD,
36 private static int comparator(Sidebar.Entry a, Sidebar.Entry b) {
87 public class Faces.Grouping : Sidebar.Header {
93 public class Faces.SidebarEntry : Sidebar.SimplePageEntry, Sidebar.RenameableEntry,
94 Sidebar.DestroyableEntry {
/dports/graphics/elementary-photos/photos-2.7.1/src/searches/
H A DBranch.vala20 public class Searches.Branch : Sidebar.Branch {
26 Sidebar.Branch.Options.HIDE_IF_EMPTY
27 | Sidebar.Branch.Options.AUTO_OPEN_ON_NEW_CHILD
28 | Sidebar.Branch.Options.STARTUP_EXPAND_TO_FIRST_CHILD,
49 private static int comparator (Sidebar.Entry a, Sidebar.Entry b) {
76 public class Searches.Grouping : Sidebar.Grouping, Sidebar.Contextable {
101 public class Searches.SidebarEntry : Sidebar.SimplePageEntry, Sidebar.RenameableEntry,
102 Sidebar.DestroyableEntry {
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DPlater.hpp60 class Sidebar : public wxPanel class
64 Sidebar(Plater *parent);
65 Sidebar(Sidebar &&) = delete;
66 Sidebar(const Sidebar &) = delete;
67 Sidebar &operator=(Sidebar &&) = delete;
68 Sidebar &operator=(const Sidebar &) = delete;
69 ~Sidebar();
132 Sidebar& sidebar();
/dports/graphics/digikam/digikam-7.4.0/core/libs/widgets/layout/
H A Dsidebar.cpp870 QList<Sidebar*> sidebars;
893 Sidebar::~Sidebar() in ~Sidebar()
910 void Sidebar::doLoadState() in doLoadState()
939 void Sidebar::doSaveState() in doSaveState()
947 void Sidebar::backup() in backup()
972 void Sidebar::restore() in restore()
1147 void Sidebar::activeNextTab() in activeNextTab()
1187 void Sidebar::shrink() in shrink()
1204 void Sidebar::expand() in expand()
1212 void Sidebar::slotExpandTimer() in slotExpandTimer()
[all …]

12345678910>>...151