Home Previous Up Next Index

armarx::SkillDashboardInterface

Overview

interface SkillDashboardInterface

Operation Index

getShortcuts
getShortcut
addNewShortcut
deleteShortcut

Operations

SkillShortcutList getShortcuts()

SkillShortcut getShortcut(string name)

void addNewShortcut(SkillShortcut newShortcut)

void deleteShortcut(string name)


Home Previous Up Next Index