streamdirectoryDockwidget Class Reference

A dock containing a stream directory. More...

#include <streamdirectorydockwidget.h>

List of all members.

Signals

void willAcceptCloseEventFromWindowSystem (bool valueFalse=false)

Public Member Functions

 streamdirectoryDockwidget (QWidget *parent=0)
virtual ~streamdirectoryDockwidget ()

Protected Member Functions

virtual void closeEvent (QCloseEvent *event)


Detailed Description

A dock containing a stream directory.

This class provides a dock widget which contains a stream directory for various websites.

Definition at line 32 of file streamdirectorydockwidget.h.


Constructor & Destructor Documentation

streamdirectoryDockwidget::streamdirectoryDockwidget ( QWidget *  parent = 0  )  [explicit]

The constructor.

Parameters:
parent The parent of this object.

Definition at line 26 of file streamdirectorydockwidget.cpp.

References streamDirectoryProxyModel::setSourceModel().

Here is the call graph for this function:

streamdirectoryDockwidget::~streamdirectoryDockwidget (  )  [virtual]

The destructor.

Definition at line 48 of file streamdirectorydockwidget.cpp.


Member Function Documentation

void streamdirectoryDockwidget::closeEvent ( QCloseEvent *  event  )  [protected, virtual]

Reimplemented from base class. Emits willAcceptCloseEventFromWindowSystem and accepts the event.

Definition at line 52 of file streamdirectorydockwidget.cpp.

References willAcceptCloseEventFromWindowSystem().

Here is the call graph for this function:

void streamdirectoryDockwidget::willAcceptCloseEventFromWindowSystem ( bool  valueFalse = false  )  [signal]

Emitted by closeEvent() before accepting the event.

Parameters:
valueFalse Is always false.

Referenced by closeEvent().

Here is the caller graph for this function:


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

doxygen