KHTML
khtmlviewbar.cpp
Go to the documentation of this file.
35 const QBoxLayout::Direction direction = ( position == Top ? QBoxLayout::TopToBottom : QBoxLayout::BottomToTop );
void showBarWidget(KHTMLViewBarWidget *barWidget)
Shows barWidget that was previously added with addBarWidget.
Definition: khtmlviewbar.cpp:91
Definition: khtmlviewbarwidget.h:25
void addBarWidget(KHTMLViewBarWidget *newBarWidget)
Adds a widget to this viewbar.
Definition: khtmlviewbar.cpp:42
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
void removePermanentBarWidget(KHTMLViewBarWidget *barWidget)
Removes permanent bar widget from viewbar.
Definition: khtmlviewbar.cpp:71
virtual void keyPressEvent(QKeyEvent *event)
Definition: khtmlviewbar.cpp:129
Definition: khtmlviewbar.h:33
bool hasPermanentWidget(KHTMLViewBarWidget *barWidget) const
Definition: khtmlviewbar.cpp:86
KHTMLViewBar(Position position, KHTMLView *view, QWidget *parent)
Definition: khtmlviewbar.cpp:30
void addPermanentBarWidget(KHTMLViewBarWidget *barWidget)
Adds widget that will be always shown in the viewbar.
Definition: khtmlviewbar.cpp:56
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.