svgui
1.9
|
#include <WindowTypeSelector.h>
Public Slots | |
void | setWindowType (WindowType type) |
Signals | |
void | windowTypeChanged (WindowType type) |
Public Member Functions | |
WindowTypeSelector (WindowType defaultType=WindowType(999), QWidget *parent=0) | |
virtual | ~WindowTypeSelector () |
WindowType | getWindowType () const |
Protected Slots | |
void | windowIndexChanged (int index) |
Protected Attributes | |
QComboBox * | m_windowCombo |
WindowShapePreview * | m_windowShape |
WindowType * | m_windows |
WindowType | m_windowType |
Definition at line 26 of file WindowTypeSelector.h.
WindowTypeSelector::WindowTypeSelector | ( | WindowType | defaultType = WindowType(999) , |
QWidget * | parent = 0 |
||
) |
Definition at line 25 of file WindowTypeSelector.cpp.
References m_windowCombo, m_windows, m_windowShape, and windowIndexChanged().
|
virtual |
Definition at line 75 of file WindowTypeSelector.cpp.
References m_windows.
WindowType WindowTypeSelector::getWindowType | ( | ) | const |
Definition at line 81 of file WindowTypeSelector.cpp.
References m_windowType.
|
signal |
Referenced by windowIndexChanged().
|
slot |
Definition at line 87 of file WindowTypeSelector.cpp.
References m_windowCombo, m_windows, m_windowShape, m_windowType, and WindowShapePreview::setWindowType().
|
protectedslot |
Definition at line 100 of file WindowTypeSelector.cpp.
References m_windows, m_windowShape, m_windowType, WindowShapePreview::setWindowType(), and windowTypeChanged().
Referenced by WindowTypeSelector().
|
protected |
Definition at line 47 of file WindowTypeSelector.h.
Referenced by setWindowType(), and WindowTypeSelector().
|
protected |
Definition at line 48 of file WindowTypeSelector.h.
Referenced by setWindowType(), windowIndexChanged(), and WindowTypeSelector().
|
protected |
Definition at line 49 of file WindowTypeSelector.h.
Referenced by setWindowType(), windowIndexChanged(), WindowTypeSelector(), and ~WindowTypeSelector().
|
protected |
Definition at line 50 of file WindowTypeSelector.h.
Referenced by getWindowType(), setWindowType(), and windowIndexChanged().