orb.logic.app_store module

class orb.logic.app_store.Apps

Bases: EventDispatcher

delete_from_store(app)
get_remote_apps()
install(remote_app)
load_all_apps()
load_from_disk()
uninstall(app)
class orb.logic.app_store.LocalApp(info_file)

Bases: EventDispatcher

debug()
installed

BooleanProperty(defaultvalue=True, **kw) Property that represents only a boolean value.

Parameters:
defaultvalue: boolean

Specifies the default value of the property.

load()
property menu_run_code
uninstall()
class orb.logic.app_store.RemoteApp(remote_app)

Bases: EventDispatcher

installed

BooleanProperty(defaultvalue=True, **kw) Property that represents only a boolean value.

Parameters:
defaultvalue: boolean

Specifies the default value of the property.