Home Previous Up Next Index

armarx::SkillDashboardInterface

Overview

interface SkillDashboardInterface

Operation Index

getShortcuts
getShortcut
addNewShortcut
deleteShortcut
exportShortcuts
importShortcuts
saveShortcutOrder
getPathStructure

Operations

SkillShortcutList getShortcuts()

SkillShortcut getShortcut(string name)

void addNewShortcut(SkillShortcut newShortcut)

void deleteShortcut(string name)

void exportShortcuts(string package, string folder, string name)

bool importShortcuts(string package, string folder, string name)

void saveShortcutOrder(orderList order)

orderList getPathStructure()


Home Previous Up Next Index