_setupButton(Button *button) | ApplicationLauncherButtonManager | protected |
ApplicationLauncherButtonManager() | ApplicationLauncherButtonManager | |
ApplicationLauncherButtonManager(const DynamicPointer< LocalApplicationLauncher > &launcher) | ApplicationLauncherButtonManager | |
ApplicationLauncherButtonManager(const File &application_file, const String &args=String()) | ApplicationLauncherButtonManager | |
ApplicationLauncherButtonManager(Button *button) | ApplicationLauncherButtonManager | |
ApplicationLauncherButtonManager(Button *button, const File &application_file, const String &args=String()) | ApplicationLauncherButtonManager | |
ApplicationLauncherButtonManager(Button *button, const DynamicPointer< LocalApplicationLauncher > &launcher) | ApplicationLauncherButtonManager | |
createButton() | ApplicationLauncherButtonManager | |
execute() | ApplicationLauncherButtonManager | protected |
killProcess() | ApplicationLauncherButtonManager | |
launch() | ApplicationLauncherButtonManager | |
launcher() const | ApplicationLauncherButtonManager | |
m_buttons | ApplicationLauncherButtonManager | protected |
m_callback_function | ApplicationLauncherButtonManager | protected |
m_is_enabled | ApplicationLauncherButtonManager | protected |
m_launch_function | ApplicationLauncherButtonManager | protected |
m_launcher | ApplicationLauncherButtonManager | protected |
setAppFinishedCallback(std::function< void()> callback) | ApplicationLauncherButtonManager | |
setAppLaunchCallback(std::function< void()> callback) | ApplicationLauncherButtonManager | |
setApplication(DynamicPointer< LocalApplicationLauncher > launcher) | ApplicationLauncherButtonManager | |
setArgs(const String &args) | ApplicationLauncherButtonManager | |
setEnabled(bool enabled) | ApplicationLauncherButtonManager | |
setEnvironment(const String &env) | ApplicationLauncherButtonManager | |
setIconToApp(Button *button) | ApplicationLauncherButtonManager | |
setMakeChildProcess(bool is_child_process) | ApplicationLauncherButtonManager | |
setNameToApp(Button *button) | ApplicationLauncherButtonManager | |
setupButton(Button *button) | ApplicationLauncherButtonManager | |