Groupui¶
ILxGroupDest¶
-
class
ILxGroupDest
¶ Public Functions
-
LxResult
Group
(LXtObjectID self, void **ppvObj)¶ This method is used to obtain the Group item at the drop location.
-
int
Location
(LXtObjectID self)¶ The location of the drop is obtained with this method.
-
LxResult
ILxGroupMemberItemDest¶
-
class
ILxGroupMemberItemDest
¶ Public Functions
-
LxResult
Group
(LXtObjectID self, void **ppvObj)¶ This method is used to obtain the Group item that the source items are being dropped into.
-
LxResult
Item
(LXtObjectID self, void **ppvObj)¶ This method is used to obtain the item in the Group that the source items are being dropped onto or next to. This will be NULL if the items are being dropped onto a Group item.
-
int
Location
(LXtObjectID self)¶ The location of the drop is obtained with this method.
-
LxResult
ILxGroupMemberChanDest¶
-
class
ILxGroupMemberChanDest
¶ Public Functions
-
LxResult
Group
(LXtObjectID self, void **ppvObj)¶ This method is used to obtain the Group item that the source channels are being dropped into.
-
LxResult
Channel
(LXtObjectID self, void **ppvObj)¶ This method is used to obtain the channel in the Group that the source channels are being dropped onto or next to. This will be NULL if the channels are being dropped onto a Group item.
-
int
Location
(LXtObjectID self)¶ The location of the drop is obtained with this method.
-
LxResult
ILxPoseItem¶
-
class
ILxPoseItem
¶ The PoseItem interface provides services for operating on a pose action clip.
Public Functions
-
LxResult
Create
(LXtObjectID self)¶ The Create method should be used to create a new Pose Item. This will construct the package local data, which creates an ActionClip.
-
LxResult
SetInt
(LXtObjectID self, LXtObjectID item, unsigned int channelIndex, int value)¶ The ActionClip of the Pose Item stores channel values. This method stores an integer channel value in the ActionClip.
-
LxResult
SetFloat
(LXtObjectID self, LXtObjectID item, unsigned int channelIndex, float value)¶ The ActionClip of the Pose Item stores channel values. This method stores a float channel value in the ActionClip.
-
LxResult
GetInt
(LXtObjectID self, LXtObjectID item, unsigned int channelIndex, int *value)¶ The ActionClip of the Pose Item stores channel values. This method retrieves an integer channel value that was stored in the ActionClip.
-
LxResult
GetFloat
(LXtObjectID self, LXtObjectID item, unsigned int channelIndex, float *value)¶ The ActionClip of the Pose Item stores channel values. This method retrieves an integer channel value that was stored in the ActionClip.
-
bool
Create
()¶ User Class Only:
-
bool
SetFloat
(CLxUser_Item &item, std::string const &channelName, double value)¶
-
bool
SetInt
(CLxUser_Item &item, std::string const &channelName, int value)¶
-
bool
SetValue
(CLxUser_Item &item, std::string const &channelName, CLxUser_ChannelRead &chanRead)¶
-
float
GetFloat
(CLxUser_Item &item, std::string const &channelName)¶
-
int
GetInt
(CLxUser_Item &item, std::string const &channelName)¶
-
LxResult