예제 #1
0
 public KBookmarkContextMenu(KBookmark bm, KBookmarkManager manager, KBookmarkOwner owner)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KBookmarkContextMenu###", "KBookmarkContextMenu(const KBookmark&, KBookmarkManager*, KBookmarkOwner*)", typeof(void), typeof(KBookmark), bm, typeof(KBookmarkManager), manager, typeof(KBookmarkOwner), owner);
 }
예제 #2
0
파일: KBookmarkMenu.cs 프로젝트: KDE/kimono
 /// <remarks>
 ///  Creates a bookmark submenu
 ///    </remarks>        <short>    Creates a bookmark submenu    </short>
 public KBookmarkMenu(KBookmarkManager mgr, KBookmarkOwner owner, KMenu parentMenu, string parentAddress)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KBookmarkMenu###$", "KBookmarkMenu(KBookmarkManager*, KBookmarkOwner*, KMenu*, const QString&)", typeof(void), typeof(KBookmarkManager), mgr, typeof(KBookmarkOwner), owner, typeof(KMenu), parentMenu, typeof(string), parentAddress);
 }
예제 #3
0
 public KBookmarkDomBuilder(KBookmarkGroup group, KBookmarkManager arg2)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KBookmarkDomBuilder##", "KBookmarkDomBuilder(const KBookmarkGroup&, KBookmarkManager*)", typeof(void), typeof(KBookmarkGroup), group, typeof(KBookmarkManager), arg2);
 }
예제 #4
0
파일: KBookmarkMenu.cs 프로젝트: KDE/kimono
 /// <remarks>
 ///  Fills a bookmark menu
 ///  (one instance of KBookmarkMenu is created for the toplevel menu,
 ///   but also one per submenu).
 /// <param> name="mgr" The bookmark manager to use (i.e. for reading and writing)
 /// </param><param> name="owner" implementation of the KBookmarkOwner callback interface.
 ///  Note: If you pass a null KBookmarkOwner to the constructor, the
 ///  openBookmark signal is not emitted, instead KRun is used to open the bookmark.
 /// </param><param> name="parentMenu" menu to be filled
 /// </param><param> name="collec" parent collection for the KActions.
 ///    </param></remarks>        <short>    Fills a bookmark menu  (one instance of KBookmarkMenu is created for the toplevel menu,   but also one per submenu).</short>
 public KBookmarkMenu(KBookmarkManager mgr, KBookmarkOwner owner, KMenu parentMenu, KActionCollection collec)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KBookmarkMenu####", "KBookmarkMenu(KBookmarkManager*, KBookmarkOwner*, KMenu*, KActionCollection*)", typeof(void), typeof(KBookmarkManager), mgr, typeof(KBookmarkOwner), owner, typeof(KMenu), parentMenu, typeof(KActionCollection), collec);
 }
예제 #5
0
 public KBookmarkExporterBase(KBookmarkManager mgr, string fileName)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KBookmarkExporterBase#$", "KBookmarkExporterBase(KBookmarkManager*, const QString&)", typeof(void), typeof(KBookmarkManager), mgr, typeof(string), fileName);
 }