Class p.s.v.v.VersionControlLog(PidaGladeView):

Part of pida.services.versioncontrol.versioncontrol View In Hierarchy

Undocumented

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
93 Method create_ui Create the user interface here
103 Method append_entry Undocumented
106 Method append_time Undocumented
109 Method append_stock Undocumented
116 Method append_action Undocumented
122 Method append_result Undocumented
125 Method append Undocumented
130 Method can_be_closed Undocumented

Inherited from PidaGladeView:

Line # Kind Name Docs
111 Method __init__ Undocumented

Inherited from PidaViewMixin (via PidaGladeView):

Line # Kind Name Docs
88 Method get_unique_id Undocumented
91 Method create_tab_label_icon Undocumented
94 Method get_tab_label_text Undocumented
97 Method get_parent_window Undocumented
102 Method on_remove_attempt Undocumented
Line # Kind Name Docs
111 Method __init__ Undocumented
125 Method append Undocumented
116 Method append_action Undocumented
103 Method append_entry Undocumented
122 Method append_result Undocumented
109 Method append_stock Undocumented
106 Method append_time Undocumented
130 Method can_be_closed Undocumented
91 Method create_tab_label_icon Undocumented
93 Method create_ui Create the user interface here
97 Method get_parent_window Undocumented
94 Method get_tab_label_text Undocumented
88 Method get_unique_id Undocumented
102 Method on_remove_attempt Undocumented
def create_ui(self):
Create the user interface here
def append_entry(self, text, tag):
Undocumented
def append_time(self):
Undocumented
def append_stock(self, stock_id):
Undocumented
def append_action(self, action, argument, stock_id):
Undocumented
def append_result(self, result):
Undocumented
def append(self, text, tag):
Undocumented
def can_be_closed(self):
Undocumented
API Documentation for PIDA, generated by pydoctor.