This is the complete list of members for
TextAssembler, including all inherited members.
assembleText() | TextAssembler | |
calcC(int n) | TextAssembler | |
calcIndex(int r, int c) | TextAssembler | |
calcR(int n) | TextAssembler | |
calcWidth(TextGraphic const graphic, TextProperties const properties) | TextAssembler | [static] |
calcWidth(wchar_t character, TextProperties const properties) | TextAssembler | [static] |
clear() | TextAssembler | |
getCharacter(int n) | TextAssembler | |
getCharacter(int r, int c) | TextAssembler | |
getDynamicMerge() | TextAssembler | |
getGraphic(int n) | TextAssembler | |
getGraphic(int r, int c) | TextAssembler | |
getLr() | TextAssembler | |
getMaxRows() | TextAssembler | |
getMultilineMode() | TextAssembler | |
getNumCharacters() | TextAssembler | |
getNumCols(int r) | TextAssembler | |
getNumRows() | TextAssembler | |
getPlainWtext() | TextAssembler | |
getProperties() | TextAssembler | |
getProperties(int n) | TextAssembler | |
getProperties(int r, int c) | TextAssembler | |
getUl() | TextAssembler | |
getUsageHint() | TextAssembler | |
getWidth(int n) | TextAssembler | |
getWidth(int r, int c) | TextAssembler | |
getWordwrappedPlainWtext() | TextAssembler | |
getWordwrappedWtext() | TextAssembler | |
getWtext() | TextAssembler | |
getXpos(int r, int c) | TextAssembler | |
getYpos(int r, int c) | TextAssembler | |
hasCharacter(wchar_t character, TextProperties const properties) | TextAssembler | [static] |
hasExactCharacter(wchar_t character, TextProperties const properties) | TextAssembler | [static] |
isWhitespace(wchar_t character, TextProperties const properties) | TextAssembler | [static] |
operator=(TextAssembler const copy) | TextAssembler | |
setDynamicMerge(bool dynamic_merge) | TextAssembler | |
setMaxRows(int max_rows) | TextAssembler | |
setMultilineMode(bool flag) | TextAssembler | |
setProperties(TextProperties const properties) | TextAssembler | |
setUsageHint(UsageHint usage_hint) | TextAssembler | |
setWsubstr(string wtext, int start, int count) | TextAssembler | |
setWtext(string wtext) | TextAssembler | |
TextAssembler(TextAssembler const copy) | TextAssembler | |
TextAssembler(TextEncoder encoder) | TextAssembler | |