KDevelop API Documentation

KListViewAction Class Reference

#include <klistviewaction.h>

Inheritance diagram for KListViewAction:

Inheritance graph
[legend]
Collaboration diagram for KListViewAction:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 KListViewAction (KComboView *view, const QString &text, const KShortcut &cut, const QObject *receiver, const char *slot, KActionCollection *parent, const char *name)
 KListViewAction (KComboView *view, const QString &text, const KShortcut &cut, const QObject *receiver, const char *slot, KActionCollection *parent, const char *name, const bool)
 ~KListViewAction ()
KComboViewview () const
void setToolTip (const QString &str)
void setWhatsThis (const QString &str)

Private Member Functions

void loadComboWidth ()

Private Attributes

KComboViewm_view

Constructor & Destructor Documentation

KListViewAction::KListViewAction KComboView view,
const QString text,
const KShortcut cut,
const QObject receiver,
const char *  slot,
KActionCollection parent,
const char *  name
 

Definition at line 47 of file klistviewaction.cpp.

References loadComboWidth(), m_view, QComboView::setDuplicatesEnabled(), QComboView::setInsertionPolicy(), and text().

KListViewAction::KListViewAction KComboView view,
const QString text,
const KShortcut cut,
const QObject receiver,
const char *  slot,
KActionCollection parent,
const char *  name,
const   bool
 

Definition at line 57 of file klistviewaction.cpp.

References loadComboWidth(), m_view, QComboView::setDuplicatesEnabled(), QComboView::setInsertionPolicy(), and text().

KListViewAction::~KListViewAction  ) 
 

Definition at line 36 of file klistviewaction.cpp.

References KGlobal::config(), m_view, KConfigBase::setGroup(), and KConfigBase::writeEntry().


Member Function Documentation

void KListViewAction::loadComboWidth  )  [private]
 

Definition at line 84 of file klistviewaction.cpp.

References KGlobal::config(), KComboView::defaultWidth(), m_view, KConfigBase::readNumEntry(), and KConfigBase::setGroup().

Referenced by KListViewAction().

void KListViewAction::setToolTip const QString str  )  [virtual]
 

Reimplemented from KAction.

Definition at line 72 of file klistviewaction.cpp.

References m_view.

Referenced by ClassViewPart::setupActions().

void KListViewAction::setWhatsThis const QString str  )  [virtual]
 

Reimplemented from KAction.

Definition at line 78 of file klistviewaction.cpp.

References m_view.

Referenced by ClassViewPart::setupActions().

KComboView * KListViewAction::view  )  const
 

Definition at line 67 of file klistviewaction.cpp.

Referenced by ClassBrowserPart::adjust(), Navigator::functionNavFocused(), Navigator::functionNavUnFocused(), ClassBrowserPart::refresh(), ClassBrowserPart::refreshClasses(), ClassBrowserPart::refreshMethods(), Navigator::refreshNavBars(), ClassViewPart::setupActions(), ClassBrowserPart::setupActions(), and Navigator::syncFunctionNav().


Member Data Documentation

KComboView* KListViewAction::m_view [private]
 

Definition at line 51 of file klistviewaction.h.

Referenced by KListViewAction(), loadComboWidth(), setToolTip(), setWhatsThis(), and ~KListViewAction().


The documentation for this class was generated from the following files:
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:44:06 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003