Lines Matching refs:Sidebar

20 public class Events.Branch : Sidebar.Branch {
52 … base (new Events.MasterDirectoryEntry (), Sidebar.Branch.Options.STARTUP_EXPAND_TO_FIRST_CHILD,
93 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) {
149 Sidebar.Entry swap = a;
168 private static int undated_event_comparator (Sidebar.Entry a, Sidebar.Entry b) {
173 Sidebar.Entry swap = a;
238 Sidebar.Entry? year;
239 Sidebar.Entry? month = find_event_month (event, event_tm, out year);
269 Sidebar.Entry? year;
270 Sidebar.Entry? month = find_event_month (event, event_tm, out year);
290 Sidebar.Entry? entry;
294 Sidebar.Entry? parent = get_parent (entry);
301 Sidebar.Entry? grandparent = get_parent (parent);
310 …private Sidebar.Entry? find_event_month (Event event, DateTime event_tm, out Sidebar.Entry found_y…
324 private Sidebar.Entry? find_event_year (Event event, DateTime event_tm) {
349 private void graft_event (Sidebar.Entry parent, Event event,
350 owned CompareFunc<Sidebar.Entry>? comparator = null) {
357 private void reparent_event (Event event, Sidebar.Entry new_parent) {
361 Sidebar.Entry? old_parent = get_parent (entry);
367 Sidebar.Entry? grandparent = get_parent (old_parent);
384 public abstract class Events.DirectoryEntry : Sidebar.SimplePageEntry, Sidebar.ExpandableEntry {
492 public class Events.EventEntry : Sidebar.SimplePageEntry, Sidebar.RenameableEntry,
493 Sidebar.InternalDropTargetEntry {
539 public class Events.NoEventEntry : Sidebar.SimplePageEntry {