Internal: class to store a token of a HanMacWrdJText. More...
Public Member Functions | |
| Token () | |
| constructor | |
Public Attributes | |
| int | m_type |
| the token type | |
| long | m_id |
| the id ( to be send) | |
| int | m_localId |
| the local id | |
| std::string | m_bookmark |
| the bookmark string | |
| int | m_length |
| the token length in caller text | |
| std::string | m_extra |
| extra string string | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Token const &tk) |
| operator<< | |
Internal: class to store a token of a HanMacWrdJText.
| HanMacWrdJTextInternal::Token::Token | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| Token const & | tk | ||
| ) | [friend] |
operator<<
| std::string HanMacWrdJTextInternal::Token::m_bookmark |
the bookmark string
Referenced by HanMacWrdJText::sendText().
| std::string HanMacWrdJTextInternal::Token::m_extra |
extra string string
Referenced by HanMacWrdJText::readTextToken().
the id ( to be send)
Referenced by HanMacWrdJText::getTokenIdList(), HanMacWrdJText::readTextToken(), and HanMacWrdJText::sendText().
the token length in caller text
Referenced by HanMacWrdJText::readTextToken().
the local id
Referenced by HanMacWrdJText::readTextToken(), and HanMacWrdJText::sendText().
the token type
Referenced by HanMacWrdJText::canSendTextAsGraphic(), HanMacWrdJText::getTokenIdList(), HanMacWrdJText::readTextToken(), and HanMacWrdJText::sendText().