コード例 #1
0
ファイル: KAssistantDialog.cs プロジェクト: KDE/kimono
 /// <remarks>
 ///  Construct an assistant dialog from a single widget.
 /// <param> name="widget" the widget to construct the dialog with
 /// </param><param> name="parent" the parent of the assistant dialog
 ///  @flags the window flags to use when creating the widget. The default
 ///  of zero is usually fine.
 /// </param> Calls the KPageDialog(KPageWidget widget, QWidget parent, Qt.WFlags flags) constructor
 ///          </remarks>        <short>    Construct an assistant dialog from a single widget.</short>
 public KAssistantDialog(KPageWidget widget, QWidget parent, uint flags)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KAssistantDialog##$", "KAssistantDialog(KPageWidget*, QWidget*, Qt::WindowFlags)", typeof(void), typeof(KPageWidget), widget, typeof(QWidget), parent, typeof(uint), flags);
 }
コード例 #2
0
ファイル: KAssistantDialog.cs プロジェクト: KDE/kimono
 public KAssistantDialog(KPageWidget widget)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KAssistantDialog#", "KAssistantDialog(KPageWidget*)", typeof(void), typeof(KPageWidget), widget);
 }
コード例 #3
0
ファイル: KPageDialog.cs プロジェクト: KDE/kimono
 public KPageDialog(KPageWidget widget, QWidget parent)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KPageDialog##", "KPageDialog(KPageWidget*, QWidget*)", typeof(void), typeof(KPageWidget), widget, typeof(QWidget), parent);
 }