45 virtual const char*
chars()
const {
return charsRef_; }
48 virtual const char*
escapedChars()
const {
return escapedCharsRef_; }
51 virtual const char*
name()
const {
return nameRef_; }
60 const char* charsRef_;
61 const char* escapedCharsRef_;
A special class to perform line-ending detection.
Definition lineending.h:12
virtual const char * chars() const
This method returns the chars.
Definition lineending.h:45
static int typeCount()
Definition lineending.h:30
virtual LineEnding::Type type() const
This method returns the type.
Definition lineending.h:42
virtual const char * name() const
This method returns the name of the line ending.
Definition lineending.h:51
virtual const char * escapedChars() const
This method returns the escaped chars.
Definition lineending.h:48
Type
Definition lineending.h:15
@ MacClassicType
Definition lineending.h:18
@ UnixType
Definition lineending.h:16
@ TypeCount
Definition lineending.h:19
@ WindowsType
Definition lineending.h:17
LineEnding(LineEnding::Type ending, const char *chars, const char *escaped_chars, const char *name)
Constructs a line ending type.
Definition lineending.cpp:59
#define EDBEE_EXPORT
Definition exports.h:15
QT Acessibility has an issue with reporting blank lines between elements lines. defining 'WINDOWS_EMP...
Definition commentcommand.cpp:20