Nana C++ Library. Reference for users.
What we need to use nana
|
This is the complete list of members for nana::paint::image, including all inherited members.
alpha() const noexcept | nana::paint::image | |
close() noexcept | nana::paint::image | |
empty() const noexcept | nana::paint::image | |
image() noexcept | nana::paint::image | |
image(const image &) | nana::paint::image | |
image(image &&) | nana::paint::image | |
image(const ::std::string &file) | nana::paint::image | explicit |
image(const ::std::wstring &file) | nana::paint::image | explicit |
image_accessor class | nana::paint::image | friend |
open(const ::std::string &file) | nana::paint::image | |
open(const ::std::wstring &file) | nana::paint::image | |
open(const void *data, std::size_t bytes) | nana::paint::image | |
operator unspecified_bool_t() const | nana::paint::image | |
operator=(const image &rhs) | nana::paint::image | |
operator=(image &&) | nana::paint::image | |
paste(graphics &dst, const point &p_dst) const | nana::paint::image | |
paste(const nana::rectangle &r_src, graphics &dst, const point &p_dst) const | nana::paint::image | |
size() const noexcept | nana::paint::image | |
stretch(const nana::rectangle &r_src, graphics &dst, const nana::rectangle &r_dst) const | nana::paint::image | |
~image() | nana::paint::image |