Nana C++ Library. Reference for users.
What we need to use nana
|
Holds the frames and frame builders. Have reference semantics for efficiency. More...
Classes | |
struct | impl |
Public Types | |
using | framebuilder = std::function< bool(std::size_t pos, paint::graphics &, nana::size &)> |
function which builds frames. More... | |
Public Member Functions | |
frameset () | |
void | push_back (paint::image) |
Inserts frames at the end. More... | |
void | push_back (framebuilder fb, std::size_t length) |
Inserts a framebuilder and the number of frames that it generates. More... | |
Friends | |
class | animation |
Holds the frames and frame builders. Have reference semantics for efficiency.
using nana::frameset::framebuilder = std::function<bool(std::size_t pos, paint::graphics&, nana::size&)> |
function which builds frames.
nana::frameset::frameset | ( | ) |
void nana::frameset::push_back | ( | paint::image | img | ) |
Inserts frames at the end.
void nana::frameset::push_back | ( | framebuilder | fb, |
std::size_t | length | ||
) |
Inserts a framebuilder and the number of frames that it generates.
|
friend |