#include <WindowTypeSelector.h>

Inheritance diagram for WindowTypeSelector:
Inheritance graph
Collaboration diagram for WindowTypeSelector:
Collaboration graph

Public Slots

void setWindowType (WindowType type)
 

Signals

void windowTypeChanged (WindowType type)
 

Public Member Functions

 WindowTypeSelector (WindowType defaultType)
 
 WindowTypeSelector ()
 
virtual ~WindowTypeSelector ()
 
WindowType getWindowType () const
 

Protected Slots

void windowIndexChanged (int index)
 

Protected Member Functions

void init (WindowType type)
 

Protected Attributes

QComboBox * m_windowCombo
 
WindowShapePreviewm_windowShape
 
WindowType * m_windows
 
WindowType m_windowType
 

Detailed Description

Definition at line 26 of file WindowTypeSelector.h.

Constructor & Destructor Documentation

WindowTypeSelector::WindowTypeSelector ( WindowType  defaultType)

Definition at line 25 of file WindowTypeSelector.cpp.

References init().

WindowTypeSelector::WindowTypeSelector ( )

Definition at line 30 of file WindowTypeSelector.cpp.

References init().

WindowTypeSelector::~WindowTypeSelector ( )
virtual

Definition at line 86 of file WindowTypeSelector.cpp.

References m_windows.

Member Function Documentation

WindowType WindowTypeSelector::getWindowType ( ) const

Definition at line 92 of file WindowTypeSelector.cpp.

References m_windowType.

void WindowTypeSelector::windowTypeChanged ( WindowType  type)
signal

Referenced by windowIndexChanged().

void WindowTypeSelector::setWindowType ( WindowType  type)
slot
void WindowTypeSelector::windowIndexChanged ( int  index)
protectedslot
void WindowTypeSelector::init ( WindowType  type)
protected

Member Data Documentation

QComboBox* WindowTypeSelector::m_windowCombo
protected

Definition at line 47 of file WindowTypeSelector.h.

Referenced by init(), and setWindowType().

WindowShapePreview* WindowTypeSelector::m_windowShape
protected

Definition at line 48 of file WindowTypeSelector.h.

Referenced by init(), setWindowType(), and windowIndexChanged().

WindowType* WindowTypeSelector::m_windows
protected

Definition at line 49 of file WindowTypeSelector.h.

Referenced by init(), setWindowType(), windowIndexChanged(), and ~WindowTypeSelector().

WindowType WindowTypeSelector::m_windowType
protected

Definition at line 50 of file WindowTypeSelector.h.

Referenced by getWindowType(), init(), setWindowType(), and windowIndexChanged().


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