Пример #1
0
 /// <remarks>
 ///  Copy constructor.
 ///      </remarks>        <short>    Copy constructor.</short>
 public KDataToolInfo(KDataToolInfo info)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KDataToolInfo#", "KDataToolInfo(const KDataToolInfo&)", typeof(void), typeof(KDataToolInfo), info);
 }
Пример #2
0
 /// <remarks>
 ///  Constructs a new KDataToolAction.
 /// <param> name="text" The text that will be displayed
 /// </param><param> name="info" The corresponding KDataToolInfo
 /// </param><param> name="command" The command of the action
 /// </param><param> name="parent" This action's parent
 /// </param><param> name="name" The name of the action
 ///      </param></remarks>        <short>    Constructs a new KDataToolAction.</short>
 public KDataToolAction(string text, KDataToolInfo info, string command, QObject parent)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KDataToolAction$#$#", "KDataToolAction(const QString&, const KDataToolInfo&, const QString&, QObject*)", typeof(void), typeof(string), text, typeof(KDataToolInfo), info, typeof(string), command, typeof(QObject), parent);
 }