Class s.g.s.p.ParameterSearch(BaseEditor):

Part of stoqlib.gui.search.parametersearch View In Hierarchy

No class docstring
Method __init__ A base class for editor slaves inheritance
Method _setup_widgets Undocumented
Method _reset_results Undocumented
Method _get_columns Undocumented
Method _get_parameter_value Given a ParameterData object, returns a string representation of
Method _edit_item Undocumented
Method _filter_results Undocumented
Method on_results__selection_changed Undocumented
Method on_edit_button__clicked Undocumented
Method on_results__double_click Undocumented
Method on_entry__activate Undocumented
Method on_show_all_button__clicked Undocumented

Inherited from BaseEditor:

Method _get_title_format Undocumented
Method get_title Undocumented
Method enable_window_controls Enables the window controls
Method set_description Sets the description of the model object which is used by the editor
Method refresh_ok Refreshes ok button sensitivity according to widget validators
Method add_button Adds a button to editor. The added button is returned which you
Method cancel Cancel the dialog.
Method confirm Confirm the dialog.
Method enable_ok Enable the ok button of the dialog, eg makes it possible
Method enable_normal_window Enable the dialog as a normal window.
Method set_confirm_widget Make a widget confirmable, eg activating that widget would

Inherited from BaseEditorSlave (via BaseEditor):

Method _setup_visual_mode Undocumented
Method create_model Creates a new model for the editor.
Method setup_proxies A subclass can override this
Method setup_slaves A subclass can override this
Method on_cancel This is a hook method which must be redefined when some
Method on_confirm This is a hook method which must be redefined when some
Method update_visual_mode This method must be overwritten on child if some addition task in
Method validate_confirm Must be redefined by childs and will perform some validations
def __init__(self, conn):
A base class for editor slaves inheritance
Parametersconna connection
modelthe object model tied with the proxy widgets
visual_modedoes this slave must be opened in visual mode? if so, all the proxy widgets will be disable
def _setup_widgets(self):
Undocumented
def _reset_results(self):
Undocumented
def _get_columns(self):
Undocumented
@argcheck(ParameterData)
def _get_parameter_value(self, obj):
Given a ParameterData object, returns a string representation of its current value.
def _edit_item(self, item):
Undocumented
def _filter_results(self, text):
Undocumented
def on_results__selection_changed(self, list, data):
Undocumented
def on_edit_button__clicked(self, widget):
Undocumented
def on_results__double_click(self, list, data):
Undocumented
def on_entry__activate(self, widget):
Undocumented
def on_show_all_button__clicked(self, widget):
Undocumented
API Documentation for Stoqlib, generated by pydoctor at 2009-07-14 16:00:32.