Nana C++ Library. Reference for users.
What we need to use nana
|
Static Public Member Functions | |
static image_process_provider & | instance () |
|
inline |
paint::image_process::alpha_blend_interface *const * nana::paint::detail::image_process_provider::alpha_blend | ( | ) | const |
paint::image_process::blend_interface *const * nana::paint::detail::image_process_provider::blend | ( | ) | const |
paint::image_process::blur_interface *const * nana::paint::detail::image_process_provider::blur | ( | ) | const |
|
static |
paint::image_process::line_interface *const * nana::paint::detail::image_process_provider::line | ( | ) | const |
paint::image_process::alpha_blend_interface * nana::paint::detail::image_process_provider::ref_alpha_blend | ( | const std::string & | name | ) | const |
image_process_provider::alpha_blend_tag & nana::paint::detail::image_process_provider::ref_alpha_blend_tag | ( | ) |
paint::image_process::blend_interface * nana::paint::detail::image_process_provider::ref_blend | ( | const std::string & | name | ) | const |
image_process_provider::blend_tag & nana::paint::detail::image_process_provider::ref_blend_tag | ( | ) |
paint::image_process::blur_interface * nana::paint::detail::image_process_provider::ref_blur | ( | const std::string & | name | ) | const |
image_process_provider::blur_tag & nana::paint::detail::image_process_provider::ref_blur_tag | ( | ) |
paint::image_process::line_interface * nana::paint::detail::image_process_provider::ref_line | ( | const std::string & | name | ) | const |
image_process_provider::line_tag & nana::paint::detail::image_process_provider::ref_line_tag | ( | ) |
paint::image_process::stretch_interface * nana::paint::detail::image_process_provider::ref_stretch | ( | const std::string & | name | ) | const |
image_process_provider::stretch_tag & nana::paint::detail::image_process_provider::ref_stretch_tag | ( | ) |
|
inline |
paint::image_process::stretch_interface *const * nana::paint::detail::image_process_provider::stretch | ( | ) | const |