editors/qeditor/cindent.cpp File Reference
#include "cindent.h"
#include "qregexp.h"
#include "qeditor_part.h"
#include "qeditor.h"
#include "indentconfigpage.h"
#include <qvbox.h>
#include <kdialogbase.h>
#include <kdebug.h>
#include <kconfig.h>
#include <klocale.h>
#include <kinstance.h>
Go to the source code of this file.
Functions | |
int | indentForBottomLine (const QStringList &program, QChar typedIn) |
void | configureCIndent (const QMap< QString, QVariant > &values) |
Function Documentation
|
Definition at line 100 of file yyindent.cpp. References ppCommentOffset, ppContinuationIndentSize, ppHardwareTabSize, and ppIndentSize. Referenced by CIndent::CIndent(), and CIndent::updateValues(). |
|
Definition at line 997 of file yyindent.cpp. References bottomLineStartsInCComment(), firstNonWhiteSpace(), indentForContinuationLine(), indentForStandaloneLine(), indentOfLine(), indentWhenBottomLineStartsInCComment(), initializeIndenter(), isOnlyWhiteSpace(), isUnfinishedLine(), okay(), ppIndentSize, startLinizer(), terminateIndenter(), and yyProgram. Referenced by CIndent::indentForLine(). |