#include <llkeywords.h>
Collaboration diagram for LLKeywordToken:
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 LLColor3 & | getColor () |
TOKEN_TYPE | getType () |
const LLWString & | getToolTip () |
Public Attributes | |
LLWString | mToken |
LLColor3 | mColor |
Private Attributes | |
TOKEN_TYPE | mType |
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.
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().
Definition at line 44 of file llkeywords.cpp.
References FALSE, i, mToken, S32, t, and TRUE.
Referenced by LLKeywords::findSegments().
Definition at line 72 of file llkeywords.h.
Referenced by getLength(), isHead(), and LLScriptEdCore::onBtnDynamicHelp().
LLWString LLKeywordToken::mToolTip [private] |
TOKEN_TYPE LLKeywordToken::mType [private] |