BashCodeCompletion Class Reference
#include <bashsupport_part.h>
Inheritance diagram for BashCodeCompletion:

Public Slots | |
void | cursorPositionChanged () |
void | completionBoxHidden () |
void | completionBoxAbort () |
Public Member Functions | |
BashCodeCompletion () | |
~BashCodeCompletion () | |
void | setActiveEditorPart (KParts::Part *) |
void | setVars (QStringList) |
QValueList< KTextEditor::CompletionEntry > | getVars (const QString &textHint) |
Private Attributes | |
QStringList | m_vars |
bool | m_argWidgetShow |
bool | m_completionBoxShow |
KTextEditor::EditInterface * | m_editInterface |
KTextEditor::CodeCompletionInterface * | m_codeInterface |
KTextEditor::ViewCursorInterface * | m_cursorInterface |
Constructor & Destructor Documentation
|
Definition at line 290 of file bashsupport_part.cpp. References m_argWidgetShow, and m_completionBoxShow. |
|
Definition at line 296 of file bashsupport_part.cpp. |
Member Function Documentation
|
Definition at line 425 of file bashsupport_part.cpp. References endl(), kdDebug(), and m_completionBoxShow. Referenced by setActiveEditorPart(). |
|
Definition at line 412 of file bashsupport_part.cpp. References endl(), kdDebug(), and m_completionBoxShow. Referenced by setActiveEditorPart(). |
|
Definition at line 369 of file bashsupport_part.cpp. References KTextEditor::ViewCursorInterface::cursorPositionReal(), endl(), getVars(), kdDebug(), m_codeInterface, m_completionBoxShow, m_cursorInterface, m_editInterface, KTextEditor::CodeCompletionInterface::showCompletionBox(), and KTextEditor::EditInterface::textLine(). Referenced by setActiveEditorPart(). |
|
Definition at line 347 of file bashsupport_part.cpp. References endl(), getVars(), kdDebug(), m_vars, and KTextEditor::CompletionEntry::text. Referenced by cursorPositionChanged(), and getVars(). |
|
Definition at line 301 of file bashsupport_part.cpp. References completionBoxAbort(), completionBoxHidden(), cursorPositionChanged(), endl(), kdDebug(), m_codeInterface, m_cursorInterface, m_editInterface, setActiveEditorPart(), and KParts::Part::widget(). Referenced by setActiveEditorPart(), and BashSupportPart::slotActivePartChanged(). |
|
Definition at line 342 of file bashsupport_part.cpp. References m_vars, and setVars(). Referenced by BashSupportPart::parse(), and setVars(). |
Member Data Documentation
|
Definition at line 43 of file bashsupport_part.h. Referenced by BashCodeCompletion(). |
|
Definition at line 46 of file bashsupport_part.h. Referenced by cursorPositionChanged(), and setActiveEditorPart(). |
|
Definition at line 44 of file bashsupport_part.h. Referenced by BashCodeCompletion(), completionBoxAbort(), completionBoxHidden(), and cursorPositionChanged(). |
|
Definition at line 47 of file bashsupport_part.h. Referenced by cursorPositionChanged(), and setActiveEditorPart(). |
|
Definition at line 45 of file bashsupport_part.h. Referenced by cursorPositionChanged(), and setActiveEditorPart(). |
|
Definition at line 42 of file bashsupport_part.h. |
The documentation for this class was generated from the following files:
- languages/bash/bashsupport_part.h
- languages/bash/bashsupport_part.cpp