eve_callback_suite_t Struct Reference
Detailed DescriptionThe eve_callback_suit_t specifies the client interface to the layout parser. Two callbacks are provided, one cells (typically added to an adobe::basic_sheet_t) and one for view elements. Definition at line 157 of file eve_parser.hpp. Member Typedef Documentation◆ add_cell_proc_t
Definition at line 189 of file eve_parser.hpp. ◆ add_interface_proc_t
Definition at line 205 of file eve_parser.hpp. ◆ add_relation_proc_t
Definition at line 196 of file eve_parser.hpp. ◆ add_view_proc_tClient-defined callback function used by the layout library parser to communicate with the client code. The layout library parser will discover view class declarations and will notify this callback of those declarations.
Definition at line 182 of file eve_parser.hpp. ◆ finalize_sheet_proc_t
Definition at line 207 of file eve_parser.hpp. ◆ position_tThe position_t can hold only copyable type. It is passed as a parameter and returned from the add_view_proc_t to allow the client access to the parent of the node being created. Definition at line 175 of file eve_parser.hpp. Member Enumeration Documentation◆ cell_type_t
Definition at line 159 of file eve_parser.hpp. Member Data Documentation◆ add_cell_proc_m
Definition at line 211 of file eve_parser.hpp. ◆ add_interface_proc_m
Definition at line 214 of file eve_parser.hpp. ◆ add_relation_proc_m
Definition at line 213 of file eve_parser.hpp. ◆ add_view_proc_m
Definition at line 210 of file eve_parser.hpp. ◆ finalize_sheet_proc_m
Definition at line 212 of file eve_parser.hpp. |