#include <suif_utils.h>
Inheritance diagram for zot_print_helper:
Public Methods | |
virtual | ~zot_print_helper (void) |
virtual void | print_zot (const SuifObject *the_zot, fstream&the_ion) = 0 |
virtual void | print_zot_ref (const SuifObject *the_zot, fstream&the_ion) = 0 |
virtual int | indentation_level (void) const = 0 |
virtual void | add_indentation (int additional_amount) = 0 |
virtual void | remove_indentation (int removed_amount) = 0 |
virtual void | print_zot_prefix (const SuifObject *the_zot, fstream&the_ion) = 0 |
virtual void | print_zot_continuation_prefix (const SuifObject *the_zot, fstream&the_ion) = 0 |
Public Attributes | |
FormattedText | formatted_text |
Protected Methods | |
zot_print_helper (SuifEnv *env) |
|
|
|
Reimplemented in default_zot_print_helper.
|
Reimplemented in default_zot_print_helper.
|
Reimplemented in default_zot_print_helper, and formater.
|
Reimplemented in default_zot_print_helper.
|
Reimplemented in default_zot_print_helper, and formater.
|
Reimplemented in default_zot_print_helper, and formater.
|
Reimplemented in default_zot_print_helper.
|