editors/qeditor/cindent.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
#ifndef CINDENT_H
00022
#define CINDENT_H
00023
00024
#include "qeditor_indenter.h"
00025
#include "dlldefs.h"
00026
00027 class EDITOR_EXPORT CIndent :
public QEditorIndenter
00028 {
00029
public:
00030 CIndent(
QEditor* );
00031
virtual ~CIndent();
00032
00033
virtual int indentForLine(
int line );
00034
virtual QWidget* createConfigPage(
QEditorPart*,
KDialogBase* =0,
const char* =0 );
00035
virtual void updateValues(
const QMap<QString, QVariant>& );
00036 };
00037
00038
#endif
This file is part of the documentation for KDevelop Version 3.0.4.