The xsagtk-module

In this module are all GUI-related classes and functions. The basis for this is the pygtk libary (version 2.24.0)

xsagtk.xsa_app_main

xsagtk.main_controller

xsagtk.menu_view

xsagtk.query_view

xsagtk.results_view

class xsagtk.results_view.ButtonDownloadResults(*args, **kwargs)
count = 0
destination
class xsagtk.results_view.ResultsDownloadView(*args, **kwargs)
get_selected_items()
get_store()
show_data(results, root_type)
toggle_selection(*_)
class xsagtk.results_view.TreeViewResults
create_columns(column_labels)
move_spinners()
show_data(data, root_type)
store = []
toggle_selection()

xsagtk.chart_view

This module houses classes relating to the chart

class xsagtk.chart_view.ChartView(*args, **kwargs)
create_new_chart(field, allocation)

This function does much.

:param self. :param field: Feld. :type field: str. :param allocation: Zuweisung. :raises: None. :returns: None.

results = []
update_chart(data, root_type)
self
self
data : str
Beschreibung 1
class xsagtk.chart_view.ComboBoxRootType(*args, **kwargs)
get_selected_item()
show_data(root_type, data)
store = []
class xsagtk.chart_view.treeViewChartValues
create_column()
create_model()
inital_value = '...'
tooltip = 'Delete by using right click'

bla bla

Table Of Contents

Previous topic

Welcome to xsa’s documentation!

This Page