KDevelop API Documentation

FilterPart Class Reference

Put a brief description here, the brief description ends at the first dot. More...

#include <filterpart.h>

Inheritance diagram for FilterPart:

Inheritance graph
[legend]
Collaboration diagram for FilterPart:

Collaboration graph
[legend]
List of all members.

Public Slots

void slotShellInsert ()
void slotShellFilter ()

Public Member Functions

 FilterPart (QObject *parent, const char *name, const QStringList &)
 ~FilterPart ()

Private Attributes

ShellInsertDialogm_insertDialog
ShellFilterDialogm_filterDialog

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.

Author(s):
$AUTHOR$

2nd author full name ...

nth author full name

Maintainer(s):
$AUTHOR$

2nd maintainer full name ...

nth maintainer full name

Feature(s):
Describe the first feature

Describe the second feature ...

Describe the last feature

Bug:
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 22 of file filterpart.h.


Constructor & Destructor Documentation

FilterPart::FilterPart QObject parent,
const char *  name,
const QStringList
 

FilterPart::~FilterPart  ) 
 

Definition at line 59 of file filterpart.cpp.


Member Function Documentation

void FilterPart::slotShellFilter  )  [slot]
 

Definition at line 105 of file filterpart.cpp.

References KParts::PartManager::activePart(), KParts::PartManager::activeWidget(), KTextEditor::ViewCursorInterface::cursorPositionReal(), ShellFilterDialog::exec(), KTextEditor::EditInterface::insertText(), kdDebug(), m_filterDialog, KDevPlugin::partController(), KTextEditor::SelectionInterface::removeSelectedText(), KTextEditor::SelectionInterface::selection(), ShellFilterDialog::setText(), and ShellFilterDialog::text().

void FilterPart::slotShellInsert  )  [slot]
 

Definition at line 66 of file filterpart.cpp.

References KParts::PartManager::activePart(), KParts::PartManager::activeWidget(), KTextEditor::ViewCursorInterface::cursorPositionReal(), ShellInsertDialog::exec(), KTextEditor::EditInterface::insertText(), kdDebug(), m_insertDialog, KDevPlugin::partController(), and ShellInsertDialog::text().


Member Data Documentation

ShellFilterDialog* FilterPart::m_filterDialog [private]
 

Definition at line 36 of file filterpart.h.

Referenced by slotShellFilter().

ShellInsertDialog* FilterPart::m_insertDialog [private]
 

Definition at line 35 of file filterpart.h.

Referenced by slotShellInsert().


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:42:25 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003