25 lines
374 B
Plaintext
25 lines
374 B
Plaintext
|
|
||
|
|
||
|
// -*- C++ -*-
|
||
|
|
||
|
|
||
|
namespace Hurricane {
|
||
|
|
||
|
/*! \class CellViewer
|
||
|
* \brief A simple top level window embedding the CellWidget.
|
||
|
*/
|
||
|
|
||
|
|
||
|
/*! \name Constructors & Destructors
|
||
|
*/
|
||
|
// \{
|
||
|
|
||
|
/*! \function CellViewer::CellViewer(QWidget* parent=NULL);
|
||
|
* Construct a CellView window no Cell is actually loaded.
|
||
|
*/
|
||
|
|
||
|
// \}
|
||
|
|
||
|
|
||
|
}
|