taskmanager.h
TQString desktopName(int n) const
Returns the name of the nth desktop.
Definition: taskmanager.cpp:301
TQPixmap bestIcon(int size, bool &isStaticIcon)
Returns the best icon for any of the TDEIcon::StdSizes.
Definition: taskmanager.cpp:529
void setAlwaysOnTop(bool)
If true, the task's window will remain at the top of the stacking order.
Definition: taskmanager.cpp:723
void activateRaiseOrIconify()
Perform the action that is most appropriate for this task.
Definition: taskmanager.cpp:676
bool isOnTop(const Task *)
Returns true if the specified task is on top.
Definition: taskmanager.cpp:311
bool isAlwaysOnTop() const
Returns true if the task's window will remain at the top of the stacking order.
Definition: taskmanager.cpp:417
void thumbnailChanged()
Indicates that the thumbnail for this task has changed.
int desktop() const
Returns the desktop on which this task's window resides.
Definition: taskmanager.h:92
bool isOnCurrentDesktop() const
Returns true if the task's window is on the current virtual desktop.
Definition: taskmanager.cpp:435
void toDesktop(int)
Moves the task's window to the specified virtual desktop.
Definition: taskmanager.cpp:687
int numberOfDesktops() const
Returns the number of virtual desktops.
Definition: taskmanager.cpp:306
bool isModified() const
Returns true if the document the task is editing has been modified.
Definition: taskmanager.cpp:463
TQPixmap icon(int width, int height, bool allowResize=false)
Tries to find an icon for the task with the specified size.
Definition: taskmanager.cpp:510
bool isMaximized() const
Returns true if the task's window is maximized.
Definition: taskmanager.cpp:399
int currentDesktop() const
Returns the number of the current desktop.
Definition: taskmanager.cpp:822
bool isOnTop() const
Returns true if the task's window is the topmost non-iconified, non-always-on-top window...
Definition: taskmanager.cpp:458
void desktopChanged(int desktop)
Emitted when the current desktop changes.
Task * findTask(WId w)
Returns the task for a given WId, or 0 if there is no such task.
Definition: taskmanager.cpp:101
TQPixmap pixmap() const
Returns a 16x16 (TDEIcon::Small) icon for the task.
Definition: taskmanager.h:111
void startupRemoved(Startup *)
Emitted when a startup item should be removed.
TQString icon() const
The name of the icon to be used for the starting task.
Definition: taskmanager.h:402
void publishIconGeometry(TQRect)
This method informs the window manager of the location at which this task will be displayed when icon...
Definition: taskmanager.cpp:751
bool isActive() const
Returns true if the task's window is the active window.
Definition: taskmanager.cpp:453
static bool idMatch(const TQString &, const TQString &)
Returns true iff the windows with the specified ids should be grouped together in the task list...
Definition: taskmanager.cpp:606
TQValueList< WId > transients() const
A list of the window ids of all transient windows (dialogs) associated with this task.
Definition: taskmanager.h:104
const TQPixmap & thumbnail() const
Returns the thumbnail for this task (or a null image if there is none).
Definition: taskmanager.h:235
bool isOnAllDesktops() const
Returns true if the task's window is on all virtual desktops.
Definition: taskmanager.cpp:444
void restore()
Restore the main window of the task (if it was iconified).
Definition: taskmanager.cpp:634
void toCurrentDesktop()
Moves the task's window to the current virtual desktop.
Definition: taskmanager.cpp:718
bool isIconified() const
Returns true if the task's window is iconified.
Definition: taskmanager.cpp:408
void setThumbnailSize(double size)
Sets the size for the window thumbnail.
Definition: taskmanager.h:223