#include <TOutputHtmlFileStream.hh>
Public 型 | |
enum | { fopen = 0x01, fclose = 0x02, otable = 0x04, ctable = 0x08, wheader = 0x10, wfooter = 0x20, title = 0x40 } |
Public メソッド | |
TOutputHtmlFileStream () | |
TOutputHtmlFileStream (const Tstring &filename) | |
TOutputHtmlFileStream (const Tstring &filename, const Tstring &title) | |
~TOutputHtmlFileStream () | |
virtual TOutputHtmlFileStream & | WriteHeader () |
virtual TOutputHtmlFileStream & | WriteFooter () |
virtual TOutputHtmlFileStream & | OpenTable () |
virtual TOutputHtmlFileStream & | CloseTable () |
Tbool | IsOpen () const |
Tbool | IsClose () const |
Tbool | IsOpenTable () const |
Tbool | IsCloseTable () const |
Tbool | IsWrittenHeader () const |
Tbool | IsWrittenFooter () const |
Tbool | HasTitle () const |
const Tstring & | GetTitle () const |
Tint | GetStatus () const |
const Tstring & | GetFileName () const |
Tvoid | SetTitle (const Tstring &title) |
Tvoid | SetStatus (Tint status) |
Tvoid | Open (const Tstring &filename) |
Tvoid | Open (const Tstring &filename, const Tstring &title) |
Tvoid | Close () |
Protected メソッド | |
Tint | setStatusBit (Tint status) |
Tint | clearStatusBit (Tint status) |
Protected 変数 | |
Tint | theStatus |
Tstring | theTitle |
Tstring | theFileName |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|