LLKeywordToken Class Reference

#include <llkeywords.h>

Collaboration diagram for LLKeywordToken:

Collaboration graph
[legend]
List of all members.

Public Types

 WORD
 LINE
 TWO_SIDED_DELIMITER
 ONE_SIDED_DELIMITER
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 ()
BOOL isHead (const llwchar *s)
const LLColor3getColor ()
TOKEN_TYPE getType ()
const LLWStringgetToolTip ()

Public Attributes

LLWString mToken
LLColor3 mColor

Private Attributes

TOKEN_TYPE mType
LLWString mToolTip

Detailed Description

Definition at line 45 of file llkeywords.h.


Member Enumeration Documentation

enum LLKeywordToken::TOKEN_TYPE

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

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

Definition at line 61 of file llkeywords.h.

References mColor.

Referenced by LLKeywords::findSegments().

S32 LLKeywordToken::getLength (  )  [inline]

Definition at line 59 of file llkeywords.h.

References mToken.

Referenced by LLKeywords::findSegments().

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

Definition at line 63 of file llkeywords.h.

References mToolTip.

Referenced by LLTextSegment::getToolTip().

TOKEN_TYPE LLKeywordToken::getType (  )  [inline]

Definition at line 62 of file llkeywords.h.

References mType.

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

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

Definition at line 44 of file llkeywords.cpp.

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

Referenced by LLKeywords::findSegments().


Member Data Documentation

LLColor3 LLKeywordToken::mColor

Definition at line 73 of file llkeywords.h.

Referenced by getColor().

LLWString LLKeywordToken::mToken

Definition at line 72 of file llkeywords.h.

Referenced by getLength(), isHead(), and LLScriptEdCore::onBtnDynamicHelp().

LLWString LLKeywordToken::mToolTip [private]

Definition at line 75 of file llkeywords.h.

Referenced by getToolTip().

TOKEN_TYPE LLKeywordToken::mType [private]

Definition at line 70 of file llkeywords.h.

Referenced by getType().


The documentation for this class was generated from the following files:
Generated on Thu Jul 1 06:11:27 2010 for Second Life Viewer by  doxygen 1.4.7