Symbol Class Reference
#include <paragdata.h>
Collaboration diagram for Symbol:

Public Types | |
enum | Type { Left, Right } |
Public Member Functions | |
Symbol () | |
Symbol (int tp, const QChar &ch, int pos) | |
Symbol (const Symbol &source) | |
Symbol & | operator= (const Symbol &source) |
bool | operator== (const Symbol &p) const |
int | type () const |
QChar | ch () const |
int | pos () const |
Private Attributes | |
int | m_tp |
QChar | m_ch |
int | m_pos |
Member Enumeration Documentation
|
Definition at line 35 of file paragdata.h. |
Constructor & Destructor Documentation
|
Definition at line 36 of file paragdata.h. |
|
Definition at line 38 of file paragdata.h. |
|
Definition at line 44 of file paragdata.h. |
Member Function Documentation
|
Definition at line 62 of file paragdata.h. Referenced by ParenMatcher::checkClosedParen(), ParenMatcher::checkOpenParen(), JSColorizer::computeLevel(), JavaColorizer::computeLevel(), CSharpColorizer::computeLevel(), and CppColorizer::computeLevel(). |
|
Definition at line 50 of file paragdata.h. |
|
Definition at line 57 of file paragdata.h. |
|
Definition at line 63 of file paragdata.h. Referenced by ParenMatcher::checkClosedParen(), and ParenMatcher::checkOpenParen(). |
|
Definition at line 61 of file paragdata.h. Referenced by ParenMatcher::checkClosedParen(), ParenMatcher::checkOpenParen(), PythonIndent::indentForLine(), and PascalIndent::indentForLine(). |
Member Data Documentation
|
Definition at line 67 of file paragdata.h. Referenced by operator=(), and operator==(). |
|
Definition at line 68 of file paragdata.h. Referenced by operator=(), and operator==(). |
|
Definition at line 66 of file paragdata.h. Referenced by operator=(), and operator==(). |
The documentation for this class was generated from the following file:
- editors/qeditor/paragdata.h