/// <remarks> /// Creates a new item view. /// <param> name="xmlGuiWindow" The KXmlGuiWindow this is used in. /// This is needed for the XMLGUI based context menu. /// Passing 0 is ok and will disable the builtin context menu. /// </param><param> name="parent" The parent widget. /// </param></remarks> <short> Creates a new item view.</short> public ItemView(KXmlGuiWindow xmlGuiWindow, QWidget parent) : this((Type) null) { CreateProxy(); interceptor.Invoke("ItemView##", "ItemView(KXmlGuiWindow*, QWidget*)", typeof(void), typeof(KXmlGuiWindow), xmlGuiWindow, typeof(QWidget), parent); }
public ItemView(KXmlGuiWindow xmlGuiWindow) : this((Type) null) { CreateProxy(); interceptor.Invoke("ItemView#", "ItemView(KXmlGuiWindow*)", typeof(void), typeof(KXmlGuiWindow), xmlGuiWindow); }
/// <remarks> /// Sets the KXmlGuiWindow which this view is used in. /// This is needed if you want to use the built-in context menu. /// <param> name="xmlGuiWindow" The KXmlGuiWindow this view is used in. /// </param></remarks> <short> Sets the KXmlGuiWindow which this view is used in.</short> public void SetXmlGuiWindow(KXmlGuiWindow xmlGuiWindow) { interceptor.Invoke("setXmlGuiWindow#", "setXmlGuiWindow(KXmlGuiWindow*)", typeof(void), typeof(KXmlGuiWindow), xmlGuiWindow); }