pleyo.com

OWBAL::BidiContext Class Reference

Inheritance diagram for OWBAL::BidiContext:

OWBALBase

List of all members.

Public Member Functions

 BidiContext (unsigned char level, WTF::Unicode::Direction direction, bool override=false, BidiContext *parent=0)
 BidiContext constructor.
void ref () const
 add ref
void deref () const
 deref
BidiContextparent () const
 get parent
unsigned char level () const
 get level
WTF::Unicode::Direction dir () const
 get direction
bool override () const
 get override


Constructor & Destructor Documentation

OWBAL::BidiContext::BidiContext ( unsigned char  level,
WTF::Unicode::Direction  direction,
bool  override = false,
BidiContext parent = 0 
)

BidiContext constructor.

Parameters:
[in] : level
[in] : direction
[in] : override
[in] : parent
 BidiContext *b = new BidiContext(l, d, o, p);


Member Function Documentation

void OWBAL::BidiContext::ref (  )  const

add ref

 b->ref();

void OWBAL::BidiContext::deref (  )  const

deref

 b->deref();

BidiContext* OWBAL::BidiContext::parent (  )  const

get parent

Parameters:
[out] : BidiContext
 BidiContext *bp = b->parent();

unsigned char OWBAL::BidiContext::level (  )  const

get level

Parameters:
[out] : level
 unsigned char l = b->level();

WTF::Unicode::Direction OWBAL::BidiContext::dir (  )  const

get direction

Parameters:
[out] : direction
 WTF::Unicode::Direction d = b->dir();

bool OWBAL::BidiContext::override (  )  const

get override

Parameters:
[out] : status
 bool o = b->override();


The documentation for this class was generated from the following file:

Generated on Mon Jun 30 16:22:06 2008 for Origyn Web Browser by Doxygen 1.5.5

pleyo.com
pleyo.com