Frapper  1.0a
Public Member Functions | Private Attributes | List of all members
Frapper::WindowItem Class Reference

Class for standard items that represent one of the application's windows. More...

#include <WindowItem.h>

Inheritance diagram for Frapper::WindowItem:
Inheritance graph
[legend]
Collaboration diagram for Frapper::WindowItem:
Collaboration graph
[legend]

Public Member Functions

 WindowItem (Window *window)
 Constructor of the WindowItem class.
 
WindowgetWindow ()
 Returns the window that the item represents.
 

Private Attributes

Windowm_window
 The window that the item represents.
 

Detailed Description

Class for standard items that represent one of the application's windows.

Inheritance Diagram
dot_inline_dotgraph_21.png
[legend]

Constructor & Destructor Documentation

Frapper::WindowItem::WindowItem ( Window window)

Constructor of the WindowItem class.

Constructors and Destructors.

Parameters
windowThe window that the item represents.

Constructor of the WindowItem class.

Parameters
windowThe window that the item represents.

Member Function Documentation

Window * Frapper::WindowItem::getWindow ( )

Returns the window that the item represents.

Public Functions.

Returns
The window that the item represents.

Returns the window that the item represents.

Returns
The window that the item represents.

Member Data Documentation

Window* Frapper::WindowItem::m_window
private

The window that the item represents.


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