![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
This is the complete list of members for s3d::HTMLWriter, including all inherited members.
| close() | s3d::HTMLWriter | |
| DefaultStyle() | s3d::HTMLWriter | static |
| HTMLWriter() | s3d::HTMLWriter | |
| HTMLWriter(FilePathView path, StringView title=U"Untitled", StringView styleSheet=DefaultStyle()) | s3d::HTMLWriter | |
| isOpen() const noexcept | s3d::HTMLWriter | |
| open(FilePathView path, StringView title=U"Untitled", StringView styleSheet=DefaultStyle()) | s3d::HTMLWriter | |
| operator bool() const noexcept | s3d::HTMLWriter | explicit |
| path() const | s3d::HTMLWriter | |
| writeHeader(StringView s, int32 level=1) | s3d::HTMLWriter | |
| writeImage(const Image &image, const Optional< Size > &size=unspecified) | s3d::HTMLWriter | |
| writeImage(FilePathView url, const Optional< Size > &size=unspecified) | s3d::HTMLWriter | |
| writeLine(int32 thickness=2, const Color &color=Color(223, 226, 229)) | s3d::HTMLWriter | |
| writeList(const Array< String > &items) | s3d::HTMLWriter | |
| writeOrderedList(const Array< String > &items) | s3d::HTMLWriter | |
| writeParagraph(StringView s, const Color &color=Palette::Black) | s3d::HTMLWriter | |
| writeRaw(StringView s) | s3d::HTMLWriter | |
| writeTable(const Grid< String > &items, HasHeader hasHeader=HasHeader::No) | s3d::HTMLWriter | |
| ~HTMLWriter() | s3d::HTMLWriter |