Exemplo n.º 1
0
    def __init__(self, mcp):
        MCPPackageBase.__init__(self, mcp)

        self.package = 'mcp-cord'
        self.min = '1.0'
        self.max = '1.0'

        mcp.register(self, ['mcp-cord', 'mcp-cord-open', 'mcp-cord-closed'])
Exemplo n.º 2
0
    def __init__(self, mcp):
        MCPPackageBase.__init__(self, mcp)

        self.package = 'dns-com-vmoo-client'
        self.min = '1.0'
        self.max = '1.0'

        mcp.register(self, ['dns-com-vmoo-client-disconnect'])
Exemplo n.º 3
0
    def __init__(self, mcp):
        MCPPackageBase.__init__(self, mcp)

        self.package = 'dns-com-awns-status'
        self.min     = '1.0'
        self.max     = '1.0'

        mcp.register(self, ['dns-com-awns-status'])
Exemplo n.º 4
0
    def __init__(self, mcp):
        MCPPackageBase.__init__(self, mcp)

        self.package = 'dns-com-vmoo-client'
        self.min     = '1.0'
        self.max     = '1.0'

        mcp.register(self, ['dns-com-vmoo-client-disconnect'])
Exemplo n.º 5
0
    def __init__(self, mcp):
        MCPPackageBase.__init__(self, mcp)

        self.package = 'dns-com-awns-displayurl'
        self.min = '1.0'
        self.max = '1.0'

        self.mcp.register(self, ['dns-com-awns-displayurl'])
Exemplo n.º 6
0
    def __init__(self, mcp):
        MCPPackageBase.__init__(self, mcp)

        self.package = 'dns-com-awns-displayurl'
        self.min     = '1.0'
        self.max     = '1.0'

        self.mcp.register(self, ['dns-com-awns-displayurl'])
Exemplo n.º 7
0
    def __init__(self, mcp):
        MCPPackageBase.__init__(self, mcp)

        self.package = 'mcp-cord'
        self.min     = '1.0'
        self.max     = '1.0'

        mcp.register(self, ['mcp-cord','mcp-cord-open','mcp-cord-closed'])
Exemplo n.º 8
0
    def __init__(self, mcp):
        MCPPackageBase.__init__(self, mcp)

        self.package = 'dns-com-awns-status'
        self.min = '1.0'
        self.max = '1.0'

        mcp.register(self, ['dns-com-awns-status'])
    def __init__(self, mcp):
        MCPPackageBase.__init__(self, mcp)

        self.package   = 'dns-com-vmoo-smartcomplete'
        self.min       = '1.0'
        self.max       = '1.0'
        self.callbacks = {}

        mcp.register(self, ['dns-com-vmoo-smartcomplete-result'])
Exemplo n.º 10
0
    def __init__(self, mcp):
        MCPPackageBase.__init__(self, mcp)

        self.package = 'dns-com-vmoo-smartcomplete'
        self.min = '1.0'
        self.max = '1.0'
        self.callbacks = {}

        mcp.register(self, ['dns-com-vmoo-smartcomplete-result'])
Exemplo n.º 11
0
    def __init__(self, mcp):
        MCPPackageBase.__init__(self, mcp)

        self.package   = 'mcp-negotiate'
        self.min       = '2.0'
        self.max       = '2.0'
        self.activated = '2.0'

        mcp.register(self, ['mcp-negotiate-can','mcp-negotiate-end'])
Exemplo n.º 12
0
    def __init__(self, mcp):
        MCPPackageBase.__init__(self, mcp)

        self.package = 'dns-org-mud-moo-simpleedit'
        self.min     = '1.0'
        self.max     = '1.0'

        self.in_progress = {}

        mcp.register(self, ['dns-org-mud-moo-simpleedit-content'])
Exemplo n.º 13
0
    def __init__(self, mcp):
        MCPPackageBase.__init__(self, mcp)

        self.package = "dns-org-mud-moo-simpleedit"
        self.min = "1.0"
        self.max = "1.0"

        self.in_progress = {}

        mcp.register(self, ["dns-org-mud-moo-simpleedit-content"])
Exemplo n.º 14
0
    def __init__(self, mcp):
        MCPPackageBase.__init__(self, mcp)

        self.package = 'dns-com-awns-rehash'
        self.min     = '1.0'
        self.max     = '1.1'

        self.hashes = []

        mcp.register(self, ['dns-com-awns-rehash-commands'])
        mcp.register(self, ['dns-com-awns-rehash-add'])
        mcp.register(self, ['dns-com-awns-rehash-remove'])
Exemplo n.º 15
0
    def __init__(self, mcp):
        MCPPackageBase.__init__(self, mcp)

        self.package = 'dns-com-awns-serverinfo'
        self.min     = '1.0'
        self.max     = '1.0'

        mainwindow = wx.GetApp().GetTopWindow()

        self.notebook = mainwindow.tabs
        self.notebook.Bind(wx.EVT_NOTEBOOK_PAGE_CHANGED, self.updateMenu)

        self.menubar = mainwindow.GetMenuBar()
        self.helpmenu = self.menubar.GetMenu(self.menubar.FindMenu('Help'))

        self.mcp.register(self, ['dns-com-awns-serverinfo'])