Nana C++ Library. Reference for users.
What we need to use nana
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
nana::detail::shortkey_container Class Reference

Classes

struct  implementation
 

Public Member Functions

 shortkey_container ()
 
 shortkey_container (shortkey_container &&)
 
 ~shortkey_container ()
 
void clear ()
 
bool make (window wd, unsigned long key)
 
void umake (window wd)
 
const std::vector< unsigned
long > * 
keys (window wd) const
 
window find (unsigned long key) const
 

Constructor & Destructor Documentation

nana::detail::shortkey_container::shortkey_container ( )
nana::detail::shortkey_container::shortkey_container ( shortkey_container &&  other)
nana::detail::shortkey_container::~shortkey_container ( )

Member Function Documentation

void nana::detail::shortkey_container::clear ( )
window nana::detail::shortkey_container::find ( unsigned long  key) const
const std::vector< unsigned long > * nana::detail::shortkey_container::keys ( window  wd) const
bool nana::detail::shortkey_container::make ( window  wd,
unsigned long  key 
)
void nana::detail::shortkey_container::umake ( window  wd)