Name

UiItemMaker

Synopsis

class UiItemMaker
  :  (RefCountedWrappedObjectSernaApi::RefCountedWrappedObject) 
:
  # construct/copy/destruct
  __init__()
  __init__(const UiItemMaker &)
  UiItemMaker& operator=(const UiItemMaker &)
  __del__()

  # 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. __init__()


  2. __init__(const UiItemMaker & )


  3. UiItemMaker& operator=(const UiItemMaker & )


  4. __del__()


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