aiogbserver.ui package

Submodules

aiogbserver.ui.server_monitor_ui module

class aiogbserver.ui.server_monitor_ui.Ui_ServerWindow[source]

Bases: object

retranslateUi(ServerWindow)[source]
setupUi(ServerWindow)[source]

aiogbserver.ui.windows module

class aiogbserver.ui.windows.ServerMonitorWindow(parsed_args, server_instance, parent=None)[source]

Bases: PyQt5.QtWidgets.QMainWindow

Server Monitor Window (user interface)

after_start()[source]

do appropriate things after starting the App

on_clients_list_itemDoubleClicked()[source]

Event, when double clicked on user in client’s list -> update history and go to history tab

refresh_action()[source]

refresh from menu QAction.triggered only work with direct connect() method, otherwise it will be triggered twice.

update_clients()[source]

Update clients list

update_history_messages(username)[source]

Get all events from client’s history. :param username: :return:

Module contents