KDevelop API Documentation

ViewMenuActionPrivateData Struct Reference

Data for ViewMenuAction. More...

#include <mainwindow.h>

Collaboration diagram for ViewMenuActionPrivateData:

Collaboration graph
[legend]
List of all members.

Public Attributes

KDockWidgetpDockWidget
 Pointer to the KDockWidget to hide or show.
QWidgetpChildView
MainWindow::EView eView
 Which tool view the action is for.

Detailed Description

Data for ViewMenuAction.

Definition at line 218 of file mainwindow.h.


Member Data Documentation

MainWindow::EView ViewMenuActionPrivateData::eView
 

Which tool view the action is for.

Definition at line 222 of file mainwindow.h.

Referenced by MainWindow::createActions(), MainWindow::fillToolViewsMenu(), MainWindow::showAllToolWin(), MainWindow::toggleSingleToolWin(), and MainWindow::toggleToolDockBaseState().

QWidget* ViewMenuActionPrivateData::pChildView
 

Definition at line 221 of file mainwindow.h.

Referenced by MainWindow::createActions(), MainWindow::fillToolViewsMenu(), MainWindow::showAllToolWin(), and MainWindow::toggleSingleToolWin().

KDockWidget* ViewMenuActionPrivateData::pDockWidget
 

Pointer to the KDockWidget to hide or show.

Definition at line 220 of file mainwindow.h.

Referenced by MainWindow::createActions(), MainWindow::fillToolViewsMenu(), MainWindow::showAllToolWin(), and MainWindow::toggleSingleToolWin().


The documentation for this struct was generated from the following file:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:50:00 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003