class documentation

class TaskListTreeView(BrowserTreeView): (source)

View In Hierarchy

Undocumented

Method __init__ Constructor, all arguments are passed to Gtk.TreeView
Method copy_to_clipboard Exports currently visible elements from the tasks list
Method do_focus_in_event Undocumented
Method do_initialize_popup No summary
Method do_row_activated Undocumented
Method get_view_column_visible Undocumented
Method get_visible_data Undocumented
Method get_visible_data_as_csv Undocumented
Method get_visible_data_as_html Undocumented
Method refresh Refresh the model based on index data
Method set_filter Undocumented
Method set_label_tag_filter Undocumented
Method set_taskselection Undocumented
Method set_view_column_visible Undocumented
Method update_properties Undocumented
Class Variable __gsignals__ Undocumented
Instance Variable filter Undocumented
Instance Variable label_filter Undocumented
Instance Variable nonactionable_tags Undocumented
Instance Variable opener Undocumented
Instance Variable page_filter Undocumented
Instance Variable real_model Undocumented
Instance Variable tag_filter Undocumented
Instance Variable task_labels Undocumented
Instance Variable taskselection Undocumented
Instance Variable use_workweek Undocumented
Instance Variable view_columns Undocumented
Method _append_tasks Undocumented
Method _eval_filter Undocumented
Method _filter_item Undocumented
Method _get_raw_text Undocumented
Method _query_tooltip_cb Undocumented
Instance Variable _icon_names Undocumented
Instance Variable _render_waiting_actionable Undocumented
Instance Variable _today Undocumented

Inherited from BrowserTreeView:

Method do_key_press_event Undocumented

Inherited from SingleClickTreeView (via BrowserTreeView):

Method do_button_press_event Undocumented
Method do_button_release_event Undocumented
Method get_cell_renderer_number_of_items No summary
Method get_popup No summary
Method populate_popup_expand_collapse No summary
Class Variable mask Undocumented
def __init__(self, taskselection, opener, task_labels, nonactionable_tags=(), use_workweek=False, sort_column=PRIO_COL, sort_order=Gtk.SortType.DESCENDING): (source)
Constructor, all arguments are passed to Gtk.TreeView
def copy_to_clipboard(self, *a): (source)
Exports currently visible elements from the tasks list
def do_focus_in_event(self, event): (source)

Undocumented

def do_initialize_popup(self, menu): (source)
Initialize the context menu. This method is called before the populate-popup signal and can be used to put any standard items in the menu.
Parameters
menuthe Gtk.Menu object for the popup
Unknown Field: implementation
can be implemented by sub-classes. Default implementation calls populate_popup_expand_collapse() if the model is a Gtk.TreeStore. Otherwise it does nothing.
def do_row_activated(self, path, column): (source)

Undocumented

def get_view_column_visible(self, key): (source)

Undocumented

def get_visible_data(self): (source)

Undocumented

def get_visible_data_as_csv(self): (source)

Undocumented

def get_visible_data_as_html(self): (source)

Undocumented

def refresh(self): (source)
Refresh the model based on index data
def set_filter(self, string): (source)

Undocumented

def set_label_tag_filter(self, labels=None, tags=None, pages=None): (source)

Undocumented

def set_taskselection(self, taskselection): (source)

Undocumented

def set_view_column_visible(self, key, visible): (source)

Undocumented

def update_properties(self, task_labels=None, nonactionable_tags=None, use_workweek=None): (source)

Undocumented

filter = (source)

Undocumented

label_filter = (source)

Undocumented

nonactionable_tags = (source)

Undocumented

opener = (source)

Undocumented

page_filter = (source)

Undocumented

real_model = (source)

Undocumented

tag_filter = (source)

Undocumented

task_labels = (source)

Undocumented

taskselection = (source)

Undocumented

use_workweek = (source)

Undocumented

view_columns: dict = (source)

Undocumented

def _append_tasks(self, task_iter, parent_tree_iter): (source)

Undocumented

def _eval_filter(self): (source)

Undocumented

def _filter_item(self, modelrow): (source)

Undocumented

def _get_raw_text(self, task): (source)

Undocumented

def _query_tooltip_cb(self, widget, x, y, keyboard_tip, tooltip): (source)

Undocumented

_icon_names = (source)

Undocumented

_render_waiting_actionable: bool = (source)

Undocumented

_today = (source)

Undocumented