ClassViewPart Class Reference
Put a brief description here, the brief description ends at the first dot. More...
#include <classviewpart.h>
Inheritance diagram for ClassViewPart:


Public Member Functions | |
ClassViewPart (QObject *parent, const char *name, const QStringList &) | |
virtual | ~ClassViewPart () |
bool | langHasFeature (KDevLanguageSupport::Features feature) |
Public Attributes | |
KListViewAction * | m_functionsnav |
Navigator * | navigator |
Private Slots | |
void | slotProjectOpened () |
void | slotProjectClosed () |
void | graphicalClassView () |
void | activePartChanged (KParts::Part *) |
Private Member Functions | |
void | setupActions () |
Private Attributes | |
QGuardedPtr< ClassViewWidget > | m_widget |
QString | m_activeFileName |
KTextEditor::Document * | m_activeDocument |
KTextEditor::View * | m_activeView |
KTextEditor::SelectionInterface * | m_activeSelection |
KTextEditor::EditInterface * | m_activeEditor |
KTextEditor::ViewCursorInterface * | m_activeViewCursor |
Friends | |
class | Navigator |
Detailed Description
Put a brief description here, the brief description ends at the first dot.
Put a more detailed description of your part in these lines. It can span over several lines. You can even use some html commands in these lines like: This is code
, html links link text, and images.
- Feature(s):
- Describe the first feature
Describe the second feature ...
Describe the last feature
- Bug:
- bugs in classview component at Bugzilla database
Describe a the 1st bug that you know of, but probably hasn't been reported yet. ..
Describe a the nth bug that you know of, but probably hasn't been reported yet.
- Requirement(s):
- Describe a the 1st requirement of your part.
Describe a the 2nd requirement of your part. ...
Describe a the nth requirement of your part.
- Todo:
- Describe a the 1st TODO of your part.
Describe a the 2nd TODO of your part. ...
Describe a the nth TODO of your part.
- F.A.Q.:
- First frequenly asked question about your part ? Answer.
Second frequenly asked question about your part ? Answer. ...
Last frequenly asked question about your part ? Answer.
- Note:
- First note text.
Second note text. ...
Last note text.
- Warning:
- First warning text.
Second warning text. ...
Last warning text.
Definition at line 52 of file classviewpart.h.
Constructor & Destructor Documentation
|
|
|
Definition at line 90 of file classviewpart.cpp. References m_widget, KDevPlugin::mainWindow(), and KDevMainWindow::removeView(). |
Member Function Documentation
|
|
Definition at line 138 of file classviewpart.cpp. Referenced by setupActions(). |
|
Definition at line 130 of file classviewpart.cpp. References KDevLanguageSupport::features(), and KDevPlugin::languageSupport(). Referenced by ClassViewWidget::contentsContextMenuEvent(), and setupActions(). |
|
|
Definition at line 103 of file classviewpart.cpp. |
|
Definition at line 96 of file classviewpart.cpp. References KDevPlugin::languageSupport(), navigator, and Navigator::refresh(). |
Friends And Related Function Documentation
|
Definition at line 83 of file classviewpart.h. |
Member Data Documentation
|
Definition at line 77 of file classviewpart.h. Referenced by activePartChanged(). |
|
Definition at line 80 of file classviewpart.h. Referenced by activePartChanged(). |
|
Definition at line 76 of file classviewpart.h. Referenced by activePartChanged(), Navigator::addFile(), Navigator::functionDeclarationAt(), Navigator::functionDefinitionAt(), Navigator::refresh(), and Navigator::selectFunctionNav(). |
|
Definition at line 79 of file classviewpart.h. Referenced by activePartChanged(). |
|
Definition at line 78 of file classviewpart.h. Referenced by activePartChanged(). |
|
Definition at line 81 of file classviewpart.h. Referenced by activePartChanged(), Navigator::currentFunctionDeclaration(), and Navigator::currentFunctionDefinition(). |
|
Definition at line 61 of file classviewpart.h. Referenced by Navigator::functionNavFocused(), Navigator::functionNavUnFocused(), Navigator::refreshNavBars(), setupActions(), and Navigator::syncFunctionNav(). |
|
Definition at line 74 of file classviewpart.h. Referenced by ~ClassViewPart(). |
|
Definition at line 62 of file classviewpart.h. Referenced by activePartChanged(), and slotProjectOpened(). |
The documentation for this class was generated from the following files:
- parts/classview/classviewpart.h
- parts/classview/classviewpart.cpp