#include "qstring.h"Include dependency graph for qunicodetables_p.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | SCRIPT_FOR_CHAR(script, c) |
Functions | |
| QChar::Category | category (const QChar &c) |
| QChar | lower (const QChar &c) |
| QChar | upper (const QChar &c) |
| QChar::Direction | direction (const QChar &c) |
| bool | mirrored (const QChar &c) |
| QChar | mirroredChar (const QChar &ch) |
| QChar::Joining | joining (const QChar &ch) |
| bool | isMark (const QChar &ch) |
| unsigned char | combiningClass (const QChar &ch) |
| bool | isSpace (const QChar &ch) |
| int | lineBreakClass (const QChar &ch) |
| int | scriptForChar (ushort uc) |
|
|
Value: do { \ unsigned short _uc = (c).unicode(); \ if ( _uc < 0x100 ) { \ script = QFont::Latin; \ } else { \ script = (QFont::Script)scriptForChar( _uc ); \ } \ } while( FALSE ) Definition at line 249 of file qunicodetables_p.h. |
|
|
Definition at line 95 of file qunicodetables_p.h. References QChar::cell(), QChar::Letter_Uppercase, QChar::row(), QChar::unicode(), and QUnicodeTables::unicode_info. Referenced by QChar::category(), KeyAction::checkState(), ZSafe::getFieldLabel(), KeyMappings::getUnicode(), isMark(), isSpace(), ZSafe::openDocument(), ZSafe::readAllEntries(), and AbView::slotDoFind(). |
|
|
Definition at line 201 of file qunicodetables_p.h. References QChar::cell(), QUnicodeTables::combining_info, pos, and QChar::row(). |
|
|
Definition at line 145 of file qunicodetables_p.h. References QUnicodeTables::direction_info, QChar::DirL, and pos. Referenced by BudgetDisplay::BudgetDisplay(), QashMoney::changeTabDisplay(), Appearance::createAdvancedTab(), QChar::direction(), Account::displayAccounts(), GSMTool::doSMSSendButton(), GSMTool::doSMSTypeChanged(), QString::isRightToLeft(), QTextDocumentTag::operator=(), and QTextDocumentTag::QTextDocumentTag(). |
|
|
Definition at line 195 of file qunicodetables_p.h. References category(), QChar::Mark_Enclosing, and QChar::Mark_NonSpacing. |
|
|
|
Definition at line 184 of file qunicodetables_p.h. References QUnicodeTables::direction_info, QChar::OtherJoining, and pos. Referenced by prevVisualCharJoins(). |
|
|
Definition at line 219 of file qunicodetables_p.h. References QChar::cell(), QUnicodeTables::line_break_info, QUnicodeTables::LineBreak_AL, pos, and QChar::row(). |
|
|
|
Definition at line 156 of file qunicodetables_p.h. References QChar::cell(), QUnicodeTables::direction_info, FALSE, pos, and QChar::row(). Referenced by QChar::mirrored(), and mirroredChar(). |
|
|
Definition at line 168 of file qunicodetables_p.h. References i, mirrored(), QUnicodeTables::symmetricPairs, QUnicodeTables::symmetricPairsSize, and QChar::unicode(). |
|
|
Definition at line 230 of file qunicodetables_p.h. References QUnicodeTables::indicScripts, QUnicodeTables::otherScripts, QUnicodeTables::SCRIPTS_INDIC, and QUnicodeTables::scriptTable. |
|
1.4.2