org.kde.koala
public class KMdiTaskBarButton extends QPushButton
UNKNOWN: Internal class.
Constructor Summary | |
---|---|
protected | KMdiTaskBarButton(Class dummy) |
KMdiTaskBarButton(KMdiTaskBar pTaskBar, KMdiChildView win_ptr)
Constructor (sets to toggle button, adds a tooltip (caption) and sets to NoFocus |
Method Summary | |
---|---|
String | actualText()
text() returns the possibly abbreviated text including the dots in it. |
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
void | fitText(String arg1, int newWidth)
Given the parameter newWidth this function possibly abbreviates the parameter string and sets a new button text. |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
protected void | mousePressEvent(QMouseEvent arg1)
Reimplemented from its base class to catch right and left mouse button clicks |
void | setNewText(String arg1)
A slot version of setText |
void | setText(String arg1)
Sets the text and avoids any abbreviation. |
UNKNOWN: Constructor (sets to toggle button, adds a tooltip (caption) and sets to NoFocus
UNKNOWN: text() returns the possibly abbreviated text including the dots in it.
UNKNOWN: Given the parameter newWidth this function possibly abbreviates the parameter string and sets a new button text.
UNKNOWN: Reimplemented from its base class to catch right and left mouse button clicks
UNKNOWN: A slot version of setText
UNKNOWN: Sets the text and avoids any abbreviation.