Esempio n. 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);
 }
Esempio n. 2
0
 /// <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);
 }
Esempio n. 3
0
 public virtual bool EnableOption(KBookmarkOwner.BookmarkOption option)
 {
     return (bool) interceptor.Invoke("enableOption$", "enableOption(KBookmarkOwner::BookmarkOption) const", typeof(bool), typeof(KBookmarkOwner.BookmarkOption), option);
 }
Esempio n. 4
0
 /// <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);
 }
Esempio n. 5
0
 public KBookmarkAction(KBookmark bk, KBookmarkOwner owner, QObject parent)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KBookmarkAction###", "KBookmarkAction(const KBookmark&, KBookmarkOwner*, QObject*)", typeof(void), typeof(KBookmark), bk, typeof(KBookmarkOwner), owner, typeof(QObject), parent);
 }