#include <localview.h>
Public Member Functions | |
LocalIconView (const os::Rect &, const String &zName) | |
LocalIconView Constructor. This simply initializes the current server to NULL. | |
void | SetServer (Server *pcServer) |
Set the server for the local view. This sets the Server object for the local view. | |
Server * | GetServer () |
Retrieve Server associated with the local view. Returns a pointer to the Server object associated with the local view. | |
void | MouseUp (const Point &cPosition, uint32 nButtons, Message *pcData) |
Mouse Up Handler callback. This handles when the mouse button is released. | |
void | MouseMove (const Point &cPos, int nCode, uint32 nButtons, Message *pcData) |
Mouse Movement Handler callback. This handles mouse movements and dragging. | |
Private Attributes | |
Server * | m_pcServer |
Current Server object associated with the local view. |
LocalIconView::LocalIconView | ( | const os::Rect & | cRect, | |
const String & | zName | |||
) |
LocalIconView Constructor. This simply initializes the current server to NULL.
void LocalIconView::SetServer | ( | Server * | pcServer | ) |
Set the server for the local view. This sets the Server object for the local view.
pcServer | The server to set for the local view. |