Qucs-GUI
0.0.18
Main Page
Related Pages
Data Structures
Files
File List
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
qucs
dialogs
vtabbeddockwidget.h
Go to the documentation of this file.
1
/***************************************************************************
2
* Copyright (C) 2006 by Gopala Krishna A <krishna.ggk@gmail.com> *
3
* *
4
* This is free software; you can redistribute it and/or modify *
5
* it under the terms of the GNU General Public License as published by *
6
* the Free Software Foundation; either version 2, or (at your option) *
7
* any later version. *
8
* *
9
* This software is distributed in the hope that it will be useful, *
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
12
* GNU General Public License for more details. *
13
* *
14
* You should have received a copy of the GNU General Public License *
15
* along with this package; see the file COPYING. If not, write to *
16
* the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, *
17
* Boston, MA 02110-1301, USA. *
18
***************************************************************************/
19
20
#ifndef VTABBEDDOCKWIDGET_H
21
#define VTABBEDDOCKWIDGET_H
22
23
#include "
vtabglobal.h
"
24
#include <Q3DockWindow>
25
26
class
VTabWidget
;
27
31
class
VTabbedDockWidget
:
public
Q3DockWindow,
public
VTabInterface
32
{
33
Q_OBJECT
34
public
:
35
VTabbedDockWidget
(Place p=InDock, QWidget* parent=0l,
const
char
* name=0l);
36
37
virtual
~VTabbedDockWidget
();
38
39
virtual
void
setWidget
(QWidget *w);
40
private
:
41
VTabWidget
*
m_tabWidget
;
42
43
private
slots:
44
void
slotStackShown
();
45
void
slotStackHidden
();
46
void
updatePosition
(Q3DockWindow::Place p);
47
};
48
49
#endif
VTabbedDockWidget
Definition:
vtabbeddockwidget.h:31
VTabInterface
Definition:
vtabglobal.h:23
VTabWidget
Definition:
vtabwidget.h:32
VTabbedDockWidget::slotStackHidden
void slotStackHidden()
Definition:
vtabbeddockwidget.cpp:61
VTabbedDockWidget::VTabbedDockWidget
VTabbedDockWidget(Place p=InDock, QWidget *parent=0l, const char *name=0l)
Definition:
vtabbeddockwidget.cpp:25
VTabbedDockWidget::updatePosition
void updatePosition(Q3DockWindow::Place p)
Definition:
vtabbeddockwidget.cpp:71
vtabglobal.h
VTabbedDockWidget::m_tabWidget
VTabWidget * m_tabWidget
Definition:
vtabbeddockwidget.h:41
VTabbedDockWidget::~VTabbedDockWidget
virtual ~VTabbedDockWidget()
Definition:
vtabbeddockwidget.cpp:32
VTabbedDockWidget::setWidget
virtual void setWidget(QWidget *w)
Definition:
vtabbeddockwidget.cpp:35
VTabbedDockWidget::slotStackShown
void slotStackShown()
Definition:
vtabbeddockwidget.cpp:51
Generated on Mon Sep 1 2014 20:05:21 for Qucs-GUI by
1.8.6