Пример #1
2
 public bool IsInSubnet(QPair<QHostAddress, int> subnet)
 {
     return (bool) interceptor.Invoke("isInSubnet?", "isInSubnet(const QPair<QHostAddress,int>&) const", typeof(bool), typeof(QPair<QHostAddress, int>), subnet);
 }
Пример #2
0
 /// <remarks>
 ///  append a context at the list of contexts, see KNotificaiton.Context
 /// <param> name="context" the context which is added
 /// 	 </param></remarks>        <short>    append a context at the list of contexts, see KNotificaiton.Context </short>
 public void AddContext(QPair<string, string> context)
 {
     interceptor.Invoke("addContext?", "addContext(const QPair<QString,QString>&)", typeof(void), typeof(QPair<string, string>), context);
 }
Пример #3
0
 protected override void Description(KJob job, string title, QPair<string, string> field1, QPair<string, string> field2)
 {
     interceptor.Invoke("description#$??", "description(KJob*, const QString&, const QPair<QString,QString>&, const QPair<QString,QString>&)", typeof(void), typeof(KJob), job, typeof(string), title, typeof(QPair<string, string>), field1, typeof(QPair<string, string>), field2);
 }