1.26.2.1
Gameface
cohtml::DebugDump Struct Referenceabstract

Debugging class used for dumping the whole structure of the page DOM. More...

Public Types

enum  DumpFlags { DF_None = 0, DF_IncludeStyles = 1 << 1, DF_IncludeLayout = 1 << 2 }
 

Public Member Functions

virtual void Release ()=0
 
virtual ~DebugDump ()
 

Public Attributes

const char * Dump
 

Detailed Description

Debugging class used for dumping the whole structure of the page DOM.

Member Enumeration Documentation

◆ DumpFlags

Enumerator
DF_None 
DF_IncludeStyles 
DF_IncludeLayout 

Constructor & Destructor Documentation

◆ ~DebugDump()

virtual cohtml::DebugDump::~DebugDump ( )
virtual

Member Function Documentation

◆ Release()

virtual void cohtml::DebugDump::Release ( )
pure virtual

Member Data Documentation

◆ Dump

const char* cohtml::DebugDump::Dump