#include <textobj.h>
Inheritance diagram for RVC::TEXTOBJ:

Public Member Functions | |
| TEXTOBJ () | |
| TEXTOBJ (const RVC::TEXTOBJ &obj) | |
| virtual | ~TEXTOBJ () |
| RVC::TEXTOBJ & | operator= (const RVC::TEXTOBJ &rhs) |
| ERRVALUE | Link (const RVC::OBJECT &parent, const RVC::OBJECTNAME &name, const RVC::OBJECTDESC &desc, const FILEPATH &LinkFile, CHAR_ENCODING encoding=CHAR_ENCODING_ISO_2022, const char *Source=0) |
| ERRVALUE | Make (const RVC::OBJECT &parent, const RVC::OBJECTNAME &name, const RVC::OBJECTDESC &desc, const char *Source=0) |
| ERRVALUE | Make (const RVC::OBJITEM &ObjItem, const char *Source=0) |
| ERRVALUE | Read (MISTRING &string) |
| ERRVALUE | ReadLine (MISTRING &string) |
| ERRVALUE | Write (const MISTRING &string) |
| ERRVALUE | WriteLine (const UNICODE *line) |
| ERRVALUE | WriteLine (const MISTRING &string) |
Protected Member Functions | |
| ERRVALUE | Make (const OBJECT &parent, const OBJECTNAME &name, const OBJECTDESC &desc, RVCTEXTINFO &newinfo, int HeaderSize, int HeaderType, const char *Source) |
| ERRVALUE | Read (INIHANDLE IniHandle, RVCTEXTINFO &newinfo, int HeaderSize, int HeaderType) |
| ERRVALUE | OpenObject (OPENMODE OpenFlags, RVCTEXTINFO &newinfo, int HeaderSize, int HeaderType, MDLGPARENT parent) |
| ERRVALUE | Write (INIHANDLE IniHandle, RVCTEXTINFO &newinfo, int HeaderSize, int HeaderType) |
The interface currently wraps the MfText functions. Named TEXTOBJ because WIndows has a macro define (TEXT())
RVC Object Types that this class supports:
Default RVC Object Type for this class: RVC::OBJTYPE_Text.
Valid parents for this class:
Definition at line 96 of file textobj.h.
|
|
Default constructor.
|
|
|
Copy constructor.
|
|
|
Destructor.
|
|
||||||||||||||||||||||||||||
|
Create a new rvc text object that is a link to an external text file.
|
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||
|
Create a new rvc text object.
|
|
||||||||||||||||||||
|
Create a new rvc text object.
|
|
||||||||||||||||||||||||
|
|
|
|
Assignment.
|
|
||||||||||||||||||||
|
|
|
|
Read text into the string, reads the whole object This method cannot be used if current instance was opened with Make().
Reimplemented in RVC::METADATA. |
|
|
Read a line of text into the string This method cannot be used if current instance was opened with Make(). This method does not remove end of line codes
|
|
||||||||||||||||||||
|
|
|
|
Write a string to the text object This method can only be used if current instance was created with Make().
|
|
|
Write a line of MISTRING characters to the text object This method can only be used if current instance was created with Make(). Appends new line value based on the OS
|
|
|
Write a line of characters to the text object This method can only be used if current instance was created with Make(). Appends new line value based on the OS
|
|
|
|
1.3.4-20031026