Home Previous Up Next Index

armarx::RemoteGui

Overview

module RemoteGui

Structure Index

GridLayoutData
ValueVariant
Vector3f
Vector3i
WidgetState

Sequence Index

GridLayoutDataSeq
WidgetSeq

Dictionary Index

DirtyMap
TabDirtyMap
TabValueMap
TabWidgetStateMap
ValueMap
WidgetMap
WidgetStateMap

Enumeration Index

ValueVariantType

Sequences

sequence<GridLayoutData> GridLayoutDataSeq

Used By

GridLayout::childrenLayoutInfo
sequence<Widget> WidgetSeq

Used By

Widget::children

Dictionaries

dictionary<string, bool> DirtyMap

Used By

TabDirtyMap
dictionary<string, DirtyMap> TabDirtyMap
dictionary<string, ValueMap> TabValueMap

Used By

RemoteGuiInterface::getValuesForAllTabs
dictionary<string, WidgetStateMap> TabWidgetStateMap

Used By

RemoteGuiInterface::getTabStates
dictionary<string, ValueVariant> ValueMap

Used By

TabValueMap
RemoteGuiInterface::getValues
RemoteGuiInterface::setValues
RemoteGuiListenerInterface::reportStateChanged
dictionary<string, Widget> WidgetMap

Used By

RemoteGuiInterface::getTabs
dictionary<string, WidgetState> WidgetStateMap

Used By

TabWidgetStateMap
RemoteGuiInterface::getWidgetStates
RemoteGuiInterface::setWidgetStates
RemoteGuiListenerInterface::reportWidgetChanged

Home Previous Up Next Index