LLKeywordToken Class Reference

#include <llkeywords.h>

Collaboration diagram for LLKeywordToken:

Collaboration graph
[legend]

List of all members.

Public Types

enum  TOKEN_TYPE { WORD, LINE, TWO_SIDED_DELIMITER, ONE_SIDED_DELIMITER }

Public Member Functions

 LLKeywordToken (TOKEN_TYPE type, const LLColor3 &color, const LLWString &token, const LLWString &tool_tip)
S32 getLength () const
BOOL isHead (const llwchar *s) const
const LLWStringgetToken () const
const LLColor3getColor () const
TOKEN_TYPE getType () const
const LLWStringgetToolTip () const

Private Attributes

TOKEN_TYPE mType
LLWString mToken
LLColor3 mColor
LLWString mToolTip


Detailed Description

Definition at line 45 of file llkeywords.h.


Member Enumeration Documentation

Enumerator:
WORD 
LINE 
TWO_SIDED_DELIMITER 
ONE_SIDED_DELIMITER 

Definition at line 48 of file llkeywords.h.


Constructor & Destructor Documentation

LLKeywordToken::LLKeywordToken ( TOKEN_TYPE  type,
const LLColor3 color,
const LLWString token,
const LLWString tool_tip 
) [inline]

Definition at line 50 of file llkeywords.h.


Member Function Documentation

S32 LLKeywordToken::getLength (  )  const [inline]

Definition at line 59 of file llkeywords.h.

References mToken.

Referenced by LLKeywords::findSegments().

Here is the caller graph for this function:

BOOL LLKeywordToken::isHead ( const llwchar s  )  const [inline]

Definition at line 44 of file llkeywords.cpp.

References FALSE, i, mToken, S32, and TRUE.

Referenced by LLKeywords::findSegments().

Here is the caller graph for this function:

const LLWString& LLKeywordToken::getToken (  )  const [inline]

Definition at line 61 of file llkeywords.h.

References mToken.

const LLColor3& LLKeywordToken::getColor (  )  const [inline]

Definition at line 62 of file llkeywords.h.

References mColor.

Referenced by LLKeywords::findSegments().

Here is the caller graph for this function:

TOKEN_TYPE LLKeywordToken::getType (  )  const [inline]

Definition at line 63 of file llkeywords.h.

References mType.

Referenced by LLKeywords::findSegments(), and LLScriptEdCore::updateDynamicHelp().

Here is the caller graph for this function:

const LLWString& LLKeywordToken::getToolTip (  )  const [inline]

Definition at line 64 of file llkeywords.h.

References mToolTip.

Referenced by LLTextSegment::getToolTip().

Here is the caller graph for this function:


Member Data Documentation

Definition at line 71 of file llkeywords.h.

Referenced by getType().

Definition at line 72 of file llkeywords.h.

Referenced by getLength(), getToken(), and isHead().

Definition at line 73 of file llkeywords.h.

Referenced by getColor().

Definition at line 74 of file llkeywords.h.

Referenced by getToolTip().


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

Generated on Fri May 16 08:51:15 2008 for SecondLife by  doxygen 1.5.5