KHTML
WebCore::BidiContext Class Reference
#include <BidiContext.h>
Public Member Functions | |
BidiContext (unsigned char level, WTF::Unicode::Direction direction, bool override=false, BidiContext *parent=0) | |
void | deref () const |
WTF::Unicode::Direction | dir () const |
unsigned char | level () const |
bool | override () const |
BidiContext * | parent () const |
void | ref () const |
Detailed Description
Definition at line 60 of file BidiContext.h.
Constructor & Destructor Documentation
WebCore::BidiContext::BidiContext | ( | unsigned char | level, | |
WTF::Unicode::Direction | direction, | |||
bool | override = false , |
|||
BidiContext * | parent = 0 | |||
) | [inline] |
Definition at line 62 of file BidiContext.h.
Member Function Documentation
void WebCore::BidiContext::deref | ( | ) | const [inline] |
Definition at line 73 of file BidiContext.h.
WTF::Unicode::Direction WebCore::BidiContext::dir | ( | ) | const [inline] |
Definition at line 82 of file BidiContext.h.
unsigned char WebCore::BidiContext::level | ( | ) | const [inline] |
Definition at line 81 of file BidiContext.h.
bool WebCore::BidiContext::override | ( | ) | const [inline] |
Definition at line 83 of file BidiContext.h.
BidiContext* WebCore::BidiContext::parent | ( | ) | const [inline] |
Definition at line 80 of file BidiContext.h.
void WebCore::BidiContext::ref | ( | ) | const [inline] |
Definition at line 72 of file BidiContext.h.
The documentation for this class was generated from the following file: