示例#1
0
 /// <remarks>
 ///     Sets the whatsthis help for button <code>button</code> to <code>text.</code>
 ///   </remarks>        <short>       Sets the whatsthis help for button <code>button</code> to <code>text.</code></short>
 public void SetButtonWhatsThis(string text, KActionSelector.MoveButton button)
 {
     interceptor.Invoke("setButtonWhatsThis$$", "setButtonWhatsThis(const QString&, KActionSelector::MoveButton)", typeof(void), typeof(string), text, typeof(KActionSelector.MoveButton), button);
 }
示例#2
0
 /// <remarks>
 ///     Sets the iconset for button <code>button</code> to <code>iconset.</code>
 ///     You can use this method to et a costum icon set. Either
 ///     created by QIconSet, or use the application instance of
 ///     KIconLoader (recommended).
 ///   </remarks>        <short>       Sets the iconset for button <code>button</code> to <code>iconset.</code></short>
 public void SetButtonIconSet(QIcon iconset, KActionSelector.MoveButton button)
 {
     interceptor.Invoke("setButtonIconSet#$", "setButtonIconSet(const QIcon&, KActionSelector::MoveButton)", typeof(void), typeof(QIcon), iconset, typeof(KActionSelector.MoveButton), button);
 }
示例#3
0
 /// <remarks>
 ///     Sets the tooltip for the button <code>button</code> to <code>tip.</code>
 ///   </remarks>        <short>       Sets the tooltip for the button <code>button</code> to <code>tip.</code></short>
 public void SetButtonTooltip(string tip, KActionSelector.MoveButton button)
 {
     interceptor.Invoke("setButtonTooltip$$", "setButtonTooltip(const QString&, KActionSelector::MoveButton)", typeof(void), typeof(string), tip, typeof(KActionSelector.MoveButton), button);
 }
示例#4
0
 /// <remarks>
 ///     Sets the pixmap of the button <code>button</code> to <code>icon.</code>
 ///     It calls SmallIconSet(pm) to generate the icon set.
 ///   </remarks>        <short>       Sets the pixmap of the button <code>button</code> to <code>icon.</code></short>
 public void SetButtonIcon(string icon, KActionSelector.MoveButton button)
 {
     interceptor.Invoke("setButtonIcon$$", "setButtonIcon(const QString&, KActionSelector::MoveButton)", typeof(void), typeof(string), icon, typeof(KActionSelector.MoveButton), button);
 }