Rev | Line | |
---|
[4814] | 1 |
|
---|
| 2 | /* -------------------------------------------------------------------------
|
---|
| 3 | * RTNet GUI
|
---|
| 4 | * -------------------------------------------------------------------------
|
---|
| 5 | *
|
---|
[4862] | 6 | * Class: t_mdiArea
|
---|
[4814] | 7 | *
|
---|
| 8 | * Purpose: Re-Implements QMdiArea
|
---|
| 9 | *
|
---|
| 10 | * Author: L. Mervart
|
---|
| 11 | *
|
---|
| 12 | * Created: 01-Jan-2013
|
---|
| 13 | *
|
---|
| 14 | * Changes:
|
---|
| 15 | *
|
---|
| 16 | * -----------------------------------------------------------------------*/
|
---|
| 17 |
|
---|
[4866] | 18 | #include "mdiarea.h"
|
---|
[4814] | 19 |
|
---|
| 20 | using namespace std;
|
---|
[5001] | 21 | using namespace GnssCenter;
|
---|
[4814] | 22 |
|
---|
| 23 | // Constructor
|
---|
| 24 | ////////////////////////////////////////////////////////////////////////////
|
---|
[4862] | 25 | t_mdiArea::t_mdiArea(QWidget* parent) : QMdiArea(parent) {
|
---|
[4814] | 26 | }
|
---|
| 27 |
|
---|
| 28 | // Destructor
|
---|
| 29 | ////////////////////////////////////////////////////////////////////////////
|
---|
[4862] | 30 | t_mdiArea::~t_mdiArea() {
|
---|
[4814] | 31 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.