Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "codechunk.h"
Go to the source code of this file.
Enumerations | |
enum | { Other , Alnum , Gizmo , Comma , LBrace , RBrace , RAngle , Colon , Paren } |
enum | { Other , Alnum , Gizmo , Comma , LBrace , RBrace , RAngle , Colon , Paren } |
Functions | |
static int | category (QChar ch) |
Variables | |
static const int | charCategory [256] |
static const bool | needSpace [9][9] |
anonymous enum |
Enumerator | |
---|---|
Other | |
Alnum | |
Gizmo | |
Comma | |
LBrace | |
RBrace | |
RAngle | |
Colon | |
Paren |
Definition at line 8 of file codechunk.cpp.
anonymous enum |
Enumerator | |
---|---|
Other | |
Alnum | |
Gizmo | |
Comma | |
LBrace | |
RBrace | |
RAngle | |
Colon | |
Paren |
Definition at line 8 of file codechunk.cpp.
|
static |
Definition at line 53 of file codechunk.cpp.
References charCategory.
|
static |
|
static |
Definition at line 40 of file codechunk.cpp.