1 #ifndef LWPP_INTERFACE_H
2 #define LWPP_INTERFACE_H
28 std::vector<LWItem *> selItems;
109 globPtr->schemaPos(item, &x, &y);
255 bool isDBLClickBoneOn(
void )
257 return (
generalFlags() & LWGENF_DOUBLECLICKBONEMODE) !=0;
260 bool isMotionControllersOn(
void )
343 if (
globPtr)
globPtr->defaultItemTypeColor(LWI_OBJECT, &color, 1);
402 void getItemColour( LWItemID item,
unsigned int state,
float rgba[4])
421 void getItemsCurrentColor( LWItemID item,
float rgba[4])
423 if (
globPtr)
globPtr->itemColorRgba(item, LWITEMCOL_CURRENT, rgba);
428 void getItemsNormalColor( LWItemID item,
float rgba[4])
430 if (
globPtr)
globPtr->itemColorRgba(item, LWITEMCOL_NORMAL, rgba);
435 void getItemsSelectedColor( LWItemID item,
float rgba[4])
437 if (
globPtr)
globPtr->itemColorRgba(item, LWITEMCOL_SELECTED, rgba);