UiItemMaker
class UiItemMaker : : public RefCountedWrappedObjectSernaApi::RefCountedWrappedObject { public: // construct/copy/destruct UiItemMaker(); UiItemMaker(const UiItemMaker &); UiItemMaker& operator=(const UiItemMaker &); ~UiItemMaker(); // public static functions UiItem makeLiquidItem(const PropertyNode &, UiLiquidItemBase *) ; // public member functions UiItem makeItem(const UiAction &, const PropertyNode &) ; // protected member functions // private member functions };
UiItemMaker
public static functionsUiItem makeLiquidItem(const PropertyNode & properties, UiLiquidItemBase * ) ;
Creates liquid item and appends it to the document item.
UiItemMaker
public member functionsUiItem makeItem(const UiAction & action, const PropertyNode & properties) ;