23#ifndef HELPDOCKWIDGET_H
24#define HELPDOCKWIDGET_H
26#include "abstractDockWidget.h"
30#include <qwidgetaction.h>
33#include <qtreewidget.h>
35class HelpTreeDockWidget;
51 void createToolBars();
52 void createStatusBar(){};
54 void updatePythonActions(){ updateActions(); }
57 QAction *m_pActBackward;
58 QAction *m_pActForward;
59 QAction *m_pActExpand;
60 QAction *m_pActCollapse;
61 QWidgetAction *m_pActChanged;
62 QToolBar *m_pMainToolbar;
63 QLineEdit *m_pFilterEdit;
69 void showPluginInfo(QString name, HelpTreeDockWidget::HelpItemType type,
const QModelIndex modelIndex,
bool fromLink);
75 void mnuShowInfo(QString name, HelpTreeDockWidget::HelpItemType type);
Definition apiFunctionsGraph.cpp:40