Name

UiItemMaker

Synopsis

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

};

Description

UiItemMaker construct/copy/destruct

  1. UiItemMaker();


  2. UiItemMaker(const UiItemMaker & );


  3. UiItemMaker& operator=(const UiItemMaker & );


  4. ~UiItemMaker();


UiItemMaker public static functions

  1. UiItem makeLiquidItem(const PropertyNode & properties, UiLiquidItemBase * ) ;

    Creates liquid item and appends it to the document item.


UiItemMaker public member functions

  1. UiItem makeItem(const UiAction & action, const PropertyNode & properties) ;


UiItemMaker protected member functions

    UiItemMaker private member functions