CopperSpice API  1.9.1
QWindowStateChangeEvent Class Reference

The QWindowStateChangeEvent class provides the window state before a window state change. More...

Inheritance diagram for QWindowStateChangeEvent:
QEvent

Public Methods

Qt::WindowStates oldState () const
 
- Public Methods inherited from QEvent
 QEvent (const QEvent &other)
 
 QEvent (Type type)
 
virtual ~QEvent ()
 
void accept ()
 
void ignore ()
 
bool isAccepted () const
 
QEvent & operator= (const QEvent &other)
 
void setAccepted (bool accepted)
 
bool spontaneous () const
 
Type type () const
 

Additional Inherited Members

- Public Types inherited from QEvent
enum  Type
 
- Static Public Methods inherited from QEvent
static int registerEventType (int hint=-1)
 

Detailed Description

The QWindowStateChangeEvent class provides the window state before a window state change.

Method Documentation

Qt::WindowStates QWindowStateChangeEvent::oldState ( ) const
inline

Returns the state of the window before the change.