Beispiel #1
0
    def __init__(self):
        wxgui_api.install_bundled_icon("wxalarmslog", '@alarmslog',
                                                        ("alarmslog16.png", ))

        self.alarmlogs = {}
        self.mainmenu = LogsMenu(self)

        wxgui_api.bind_to_creating_tree(self._handle_creating_tree)
        wxgui_api.bind_to_load_property_options(self._handle_load_options)
        wxgui_api.bind_to_close_database(self._handle_close_database)
Beispiel #2
0
    def __init__(self):
        wxgui_api.install_bundled_icon("wxalarmslog", '@alarmslog',
                                       ("alarmslog16.png", ))

        self.alarmlogs = {}
        self.mainmenu = LogsMenu(self)

        wxgui_api.bind_to_creating_tree(self._handle_creating_tree)
        wxgui_api.bind_to_load_property_options(self._handle_load_options)
        wxgui_api.bind_to_close_database(self._handle_close_database)
Beispiel #3
0
    def __init__(self):
        self.items = {}
        self.itemicons = {}

        ViewMenu(self)

        wxgui_api.bind_to_creating_tree(self._handle_creating_tree)
        wxgui_api.bind_to_close_database(self._handle_close_database)
        wxgui_api.bind_to_open_editor(self._handle_open_editor)
        wxgui_api.bind_to_close_editor(self._handle_close_editor)
Beispiel #4
0
    def __init__(self):
        self.items = {}
        self.itemicons = {}

        ViewMenu(self)

        wxgui_api.bind_to_creating_tree(self._handle_creating_tree)
        wxgui_api.bind_to_close_database(self._handle_close_database)
        wxgui_api.bind_to_open_editor(self._handle_open_editor)
        wxgui_api.bind_to_close_editor(self._handle_close_editor)
Beispiel #5
0
    def __init__(self):
        self.items = {}
        self.itemicons = {}

        wxgui_api.install_bundled_icon("wxlinks", '@links',
                                                    ("Tango", "links16.png"))

        ViewMenu(self)

        wxgui_api.bind_to_creating_tree(self._handle_creating_tree)
        wxgui_api.bind_to_close_database(self._handle_close_database)
        wxgui_api.bind_to_open_editor(self._handle_open_editor)
        wxgui_api.bind_to_close_editor(self._handle_close_editor)
Beispiel #6
0
    def __init__(self):
        self.items = {}
        self.itemicons = {}

        wxgui_api.install_bundled_icon("wxlinks", '@links',
                                       ("Tango", "links16.png"))

        ViewMenu(self)

        wxgui_api.bind_to_creating_tree(self._handle_creating_tree)
        wxgui_api.bind_to_close_database(self._handle_close_database)
        wxgui_api.bind_to_open_editor(self._handle_open_editor)
        wxgui_api.bind_to_close_editor(self._handle_close_editor)
Beispiel #7
0
    def __init__(self):
        self.dbs = {}
        self.mainmenu = MainMenu(self.dbs)

        wxgui_api.bind_to_creating_tree(self._handle_creating_tree)
        wxgui_api.bind_to_close_database(self._handle_close_database)
Beispiel #8
0
    def __init__(self):
        self.dbs = {}
        self.mainmenu = MainMenu(self.dbs)

        wxgui_api.bind_to_creating_tree(self._handle_creating_tree)
        wxgui_api.bind_to_close_database(self._handle_close_database)