Source Code (Use browser search to find items of interest.)

Class Index

kdevelop'QextMdiViewCloseEvent (./kdevelop/kdevelop/widgets/qextmdi/qextmdimainfrm.h:61)

class QextMdiViewCloseEvent : public QCustomEvent
{
public:
	QextMdiViewCloseEvent( QextMdiChildView* pWnd) : QCustomEvent(QEvent::User,pWnd) {};
};

/**
  * @short Base class for all your special main frames. It contains the child frame area and a child view taskbar.
  * Defines some virtual functions for later common use.<br>
  * Provides functionality for docking/undocking view windows and manages the taskbar.<br>
  * Usually you just need to know about this class and the child view class.
  */

kdevelop'QextMdiViewCloseEvent::QextMdiViewCloseEvent() (./kdevelop/kdevelop/widgets/qextmdi/qextmdimainfrm.h:64)

	QextMdiViewCloseEvent( QextMdiChildView* pWnd) : QCustomEvent(QEvent::User,pWnd) {};
};

/**
  * @short Base class for all your special main frames. It contains the child frame area and a child view taskbar.
  * Defines some virtual functions for later common use.<br>
  * Provides functionality for docking/undocking view windows and manages the taskbar.<br>
  * Usually you just need to know about this class and the child view class.
  */