|
| CBofTextBox (CBofWindow *pWindow, const CBofRect *pRect, const CBofString &cText) |
|
| CBofTextBox (CBofBitmap *pBitmap, const CBofRect *pRect, const CBofString &cText) |
|
void | setText (const CBofString &cText) |
|
ErrorCode | setBox (const CBofRect *pRect) |
|
void | setDisplay (CBofWindow *pWindow) |
|
void | setDisplay (CBofBitmap *pBitmap) |
|
void | setTextAttribs (int nSize, int nWeight, RGBCOLOR cColor=CTEXT_COLOR, int nFont=FONT_DEFAULT) |
|
void | setPointSize (const int nSize) |
|
int | getPointSize () const |
|
void | setWeight (const int nWeight) |
|
int | getWeight () const |
|
void | setPageLength (const int nSize) |
|
int | getPageLength () const |
|
void | setColor (const RGBCOLOR cColor) |
|
RGBCOLOR | getColor () const |
|
void | setFont (int nFont) |
|
int | getFont () const |
|
ErrorCode | lineUp () |
|
ErrorCode | lineDown () |
|
ErrorCode | pageUp () |
|
ErrorCode | pageDown () |
|
ErrorCode | scrollUp (int nLines) |
|
ErrorCode | scrollDown (const int nLines) |
|
ErrorCode | scrollTo (int nLine) |
|
ErrorCode | display () |
|
ErrorCode | erase () |
|
void | flushBackground () |
|
int | getCurrLine () |
|
ErrorCode | setCurrLine (const int nLine) |
|
void | reportError (ErrorCode errCode, const char *format,...) |
|
bool | errorOccurred () const |
|
ErrorCode | getErrorCode () const |
|
void | clearError () |
|
|
CBofString | _cBuffer |
|
CBofText * | _pTextField |
|
CBofWindow * | _pDestWindow |
|
CBofBitmap * | _pDestBitmap |
|
int | _nCurrentLine |
|
int | _nCurrentIndex |
|
int | _nNumLines |
|
int | _nPageSize |
|
RGBCOLOR | _cTextColor |
|
int | _nPointSize |
|
int | _nWeight |
|
int | _nTextFont |
|
ErrorCode | _errCode |
|
|
static bool | isValidObject (const CBofObject *pObject) |
|
static void | fatalError (ErrorCode errCode, const char *format,...) |
|
static void | initialize () |
|
static int | getErrorCount () |
|
static int | _count |
|
The documentation for this class was generated from the following file: