#include <cybtextc.h>
Inheritance diagram for CybTextC:


Public Methods | |
| CybTextC (CybWorldC *) | |
| virtual | ~CybTextC () |
| CybTextC (const CybTextC &) | |
| CybTextC & | operator= (const CybTextC &) |
| virtual void | Copy (const CybNodeC *) |
| virtual void | SetEvent (long, const void *, BaseI *) |
| virtual long | GetFieldEventID (const char *) |
| virtual long | GetFieldDataType (long) |
| virtual short | GetFieldData (long, void *data) |
| virtual void | ToChannelDefault (CybChannelC *pV, long flag) |
| virtual void | ToIsectLineChannel (CybIsectLineChannelC *pIsectChan) |
| virtual int | SetNode (CybNodeC *) |
Public Attributes | |
| MFString | m_mstrOutput |
Protected Methods | |
| virtual void | CreateNewCopy (CybNodeC *) |
| virtual void | LoadVRML (char *&iter, const char *iterEnd, long &znr) |
| virtual void | FinishInit () |
| void | CalculateTextSizes () |
| void | CreateOutputString () |
| void | SetFontStyle (CybFontStyleC *) |
Protected Attributes | |
| MFString | m_msString |
| MFFloat | m_mfLength |
| SFFloat | m_fMaxExtent |
| CybFontStyleC * | m_pFontStyle |
| bool | m_bLoading |
| bool | m_bUpdateRender |
| ArrayC< SFVec2f > | m_textSizes |
| ArrayC< TextBBox > | m_textBoxes |
Static Protected Attributes | |
| char | VRMLKeyStrList [][30] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from CybGeometryC. |
|
|
Reimplemented from CybGeometryC. |
|
|
|
|
|
Reimplemented from CybNodeC. |
|
||||||||||||
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from CybNodeC. |
|
|
Reimplemented from CybNodeC. |
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
|
|
|
||||||||||||||||
|
Reimplemented from CybNodeC. |
|
|
|
|
|
Reimplemented from CybNodeC. |
|
||||||||||||
|
Reimplemented from CybGeometryC. Reimplemented in CybGLTextC. |
|
|
|
|
|
Definition at line 89 of file cybtextc.h. |
|
|
Definition at line 90 of file cybtextc.h. |
|
|
Definition at line 86 of file cybtextc.h. |
|
|
Definition at line 85 of file cybtextc.h. |
|
|
Definition at line 84 of file cybtextc.h. |
|
|
Definition at line 81 of file cybtextc.h. |
|
|
Definition at line 87 of file cybtextc.h. |
|
|
Definition at line 101 of file cybtextc.h. |
|
|
Definition at line 100 of file cybtextc.h. |
|
|
Definition at line 93 of file cybtextc.h. |
1.3-rc2