Frapper
1.0a
|
Class for standard items that represent one of the application's windows. More...
#include <WindowItem.h>
Public Member Functions | |
WindowItem (Window *window) | |
Constructor of the WindowItem class. | |
Window * | getWindow () |
Returns the window that the item represents. | |
Private Attributes | |
Window * | m_window |
The window that the item represents. | |
Class for standard items that represent one of the application's windows.
Frapper::WindowItem::WindowItem | ( | Window * | window | ) |
Constructor of the WindowItem class.
Constructors and Destructors.
window | The window that the item represents. |
Constructor of the WindowItem class.
window | The window that the item represents. |
Window * Frapper::WindowItem::getWindow | ( | ) |
Returns the window that the item represents.
Public Functions.
Returns the window that the item represents.
|
private |
The window that the item represents.