cohtml::DebugDump
Debugging class used for dumping the whole structure of the page DOM.
#include <View.h>
Public Types
Section titled “Public Types”| Name | |
|---|---|
| enum | DumpFlags { DF_None = 0, DF_IncludeStyles = 1 << 1, DF_IncludeLayout = 1 << 2} |
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| virtual void | Release() =0 |
| virtual | ~DebugDump() |
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| const char * | Dump |
Public Types Documentation
Section titled “Public Types Documentation”enum DumpFlags
Section titled “enum DumpFlags”| Enumerator | Value | Description |
|---|---|---|
| DF_None | 0 | |
| DF_IncludeStyles | 1 << 1 | |
| DF_IncludeLayout | 1 << 2 |
Public Functions Documentation
Section titled “Public Functions Documentation”function Release
Section titled “function Release”virtual void Release() =0function ~DebugDump
Section titled “function ~DebugDump”virtual ~DebugDump()Public Attributes Documentation
Section titled “Public Attributes Documentation”variable Dump
Section titled “variable Dump”const char * Dump;© 2026 Coherent Labs. All rights reserved.