#include <llkeywords.h>

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 LLWString & | getToken () const |
| const LLColor3 & | getColor () const |
| TOKEN_TYPE | getType () const |
| const LLWString & | getToolTip () const |
Private Attributes | |
| TOKEN_TYPE | mType |
| LLWString | mToken |
| LLColor3 | mColor |
| LLWString | mToolTip |
Definition at line 45 of file llkeywords.h.
Definition at line 48 of file llkeywords.h.
| LLKeywordToken::LLKeywordToken | ( | TOKEN_TYPE | type, | |
| const LLColor3 & | color, | |||
| const LLWString & | token, | |||
| const LLWString & | tool_tip | |||
| ) | [inline] |
Definition at line 50 of file llkeywords.h.
| S32 LLKeywordToken::getLength | ( | ) | const [inline] |
Definition at line 59 of file llkeywords.h.
References mToken.
Referenced by LLKeywords::findSegments().

Definition at line 44 of file llkeywords.cpp.
References FALSE, i, mToken, S32, and TRUE.
Referenced by LLKeywords::findSegments().

| const LLWString& LLKeywordToken::getToken | ( | ) | const [inline] |
| const LLColor3& LLKeywordToken::getColor | ( | ) | const [inline] |
Definition at line 62 of file llkeywords.h.
References mColor.
Referenced by LLKeywords::findSegments().

| TOKEN_TYPE LLKeywordToken::getType | ( | ) | const [inline] |
Definition at line 63 of file llkeywords.h.
References mType.
Referenced by LLKeywords::findSegments(), and LLScriptEdCore::updateDynamicHelp().

| const LLWString& LLKeywordToken::getToolTip | ( | ) | const [inline] |
Definition at line 64 of file llkeywords.h.
References mToolTip.
Referenced by LLTextSegment::getToolTip().

TOKEN_TYPE LLKeywordToken::mType [private] |
LLWString LLKeywordToken::mToken [private] |
LLColor3 LLKeywordToken::mColor [private] |
LLWString LLKeywordToken::mToolTip [private] |
1.5.5