KHTML
khtmlviewbar.cpp
Go to the documentation of this file.
35 const QBoxLayout::Direction direction = ( position == Top ? QBoxLayout::TopToBottom : QBoxLayout::BottomToTop );
QLayout * layout() const
void setContentsMargins(int left, int top, int right, int bottom)
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
virtual void setVisible(bool visible)
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
void removeWidget(QWidget *widget)
void setLayout(QLayout *layout)
void setFocus()
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
void hide()
void addWidget(QWidget *w)
int key() const
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
virtual int count() const =0
virtual void keyPressEvent(QKeyEvent *event)
void setSpacing(int)
void show()
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.