18 #ifndef ION_GFXUTILS_PRINTER_H_
19 #define ION_GFXUTILS_PRINTER_H_
65 void PrintScene(
const gfx::NodePtr& node, std::ostream& out);
76 #endif // ION_GFXUTILS_PRINTER_H_
void EnableFullShapePrinting(bool enable)
Sets/returns a flag indicating whether shape contents should be written.
bool IsFullShapePrintingEnabled() const
bool full_shape_printing_enabled_
Format
Available output formats.
void SetFormat(Format format)
Sets/returns the printed format. The default is kText.
bool IsAddressPrintingEnabled() const
void EnableAddressPrinting(bool enable)
Sets/returns a flag indicating whether the addresses of objects should be written.
A SharedPtr is a smart shared pointer to an instance of some class that implements reference counting...
bool address_printing_enabled_
The Printer class can be used for debugging.