Public Member Functions

CXWindowsClientTaskBarReceiver Class Reference

Implementation of CClientTaskBarReceiver for X Windows. More...

#include <CXWindowsClientTaskBarReceiver.h>

Inherits CClientTaskBarReceiver.

List of all members.

Public Member Functions

 CXWindowsClientTaskBarReceiver (const CBufferedLogOutputter *)
virtual void showStatus ()
 Show status window.
virtual void runMenu (int x, int y)
 Popup menu.
virtual void primaryAction ()
 Perform primary action.
virtual const Icon getIcon () const
 Get icon.

Detailed Description

Implementation of CClientTaskBarReceiver for X Windows.

Definition at line 27 of file CXWindowsClientTaskBarReceiver.h.


Member Function Documentation

const IArchTaskBarReceiver::Icon CXWindowsClientTaskBarReceiver::getIcon (  )  const [virtual]

Get icon.

Returns the icon to display in the task bar. The interface to set the icon is left to subclasses. Getting and setting the icon must be thread safe.

Implements CClientTaskBarReceiver.

Definition at line 57 of file CXWindowsClientTaskBarReceiver.cpp.

void CXWindowsClientTaskBarReceiver::primaryAction (  )  [virtual]

Perform primary action.

Perform the primary (default) action.

Implements CClientTaskBarReceiver.

Definition at line 51 of file CXWindowsClientTaskBarReceiver.cpp.

void CXWindowsClientTaskBarReceiver::runMenu ( int  x,
int  y 
) [virtual]

Popup menu.

Popup a menu of operations at or around x,y and perform the chosen operation.

Implements CClientTaskBarReceiver.

Definition at line 45 of file CXWindowsClientTaskBarReceiver.cpp.

void CXWindowsClientTaskBarReceiver::showStatus (  )  [virtual]

Show status window.

Open a window displaying current status. This should return immediately without waiting for the window to be closed.

Implements CClientTaskBarReceiver.

Definition at line 39 of file CXWindowsClientTaskBarReceiver.cpp.


The documentation for this class was generated from the following files: