public KGuiItem(string text, KIcon icon) : this((Type) null) { CreateProxy(); interceptor.Invoke("KGuiItem$#", "KGuiItem(const QString&, const KIcon&)", typeof(void), typeof(string), text, typeof(KIcon), icon); }
public KFontAction(KIcon icon, string text, QObject parent) : this((Type) null) { CreateProxy(); interceptor.Invoke("KFontAction#$#", "KFontAction(const KIcon&, const QString&, QObject*)", typeof(void), typeof(KIcon), icon, typeof(string), text, typeof(QObject), parent); }
public KGuiItem(string text, KIcon icon, string toolTip, string whatsThis) : this((Type) null) { CreateProxy(); interceptor.Invoke("KGuiItem$#$$", "KGuiItem(const QString&, const KIcon&, const QString&, const QString&)", typeof(void), typeof(string), text, typeof(KIcon), icon, typeof(string), toolTip, typeof(string), whatsThis); }
public void SetIcon(KIcon iconset) { interceptor.Invoke("setIcon#", "setIcon(const KIcon&)", typeof(void), typeof(KIcon), iconset); }
/// <remarks> /// \overload addAction(QAction action) /// Convenience function which creates an action from \a text and \a icon and inserts it into /// the list of selectable actions. /// The newly created action is checkable and not user configurable. /// </remarks> <short> \overload addAction(QAction action) </short> public KAction AddAction(KIcon icon, string text) { return (KAction) interceptor.Invoke("addAction#$", "addAction(const KIcon&, const QString&)", typeof(KAction), typeof(KIcon), icon, typeof(string), text); }
public KCodecAction(KIcon icon, string text, QObject parent, bool showAutoOptions) : this((Type) null) { CreateProxy(); interceptor.Invoke("KCodecAction#$#$", "KCodecAction(const KIcon&, const QString&, QObject*, bool)", typeof(void), typeof(KIcon), icon, typeof(string), text, typeof(QObject), parent, typeof(bool), showAutoOptions); }
/// <remarks> /// Sets the icon of any button. /// <param> name="id" The button identifier. /// </param><param> name="icon" Button icon. /// </param></remarks> <short> Sets the icon of any button.</short> public void SetButtonIcon(KDialog.ButtonCode id, KIcon icon) { interceptor.Invoke("setButtonIcon$#", "setButtonIcon(KDialog::ButtonCode, const KIcon&)", typeof(void), typeof(KDialog.ButtonCode), id, typeof(KIcon), icon); }