#include <toolbar.h>
Definition at line 116 of file toolbar.h.
void mforms::ToolBarItem::callback |
( |
| ) |
|
std::string mforms::ToolBarItem::get_alt_icon |
( |
| ) |
|
|
inline |
bool mforms::ToolBarItem::get_checked |
( |
| ) |
|
bool mforms::ToolBarItem::get_enabled |
( |
| ) |
|
bool mforms::ToolBarItem::get_expandable |
( |
| ) |
const |
|
inline |
std::string mforms::ToolBarItem::get_icon |
( |
| ) |
|
|
inline |
std::string mforms::ToolBarItem::get_name |
( |
| ) |
|
|
inline |
std::string mforms::ToolBarItem::get_text |
( |
| ) |
|
void mforms::ToolBarItem::search |
( |
const std::string & |
| ) |
|
void mforms::ToolBarItem::set_alt_icon |
( |
const std::string & |
path | ) |
|
void mforms::ToolBarItem::set_checked |
( |
bool |
flag | ) |
|
void mforms::ToolBarItem::set_enabled |
( |
bool |
flag | ) |
|
void mforms::ToolBarItem::set_icon |
( |
const std::string & |
path | ) |
|
void mforms::ToolBarItem::set_name |
( |
const std::string & |
name | ) |
|
void mforms::ToolBarItem::set_search_handler |
( |
const boost::function< void(const std::string &)> & |
slot | ) |
|
void mforms::ToolBarItem::set_selector_items |
( |
const std::vector< std::string > & |
values | ) |
|
void mforms::ToolBarItem::set_text |
( |
const std::string & |
text | ) |
|
void mforms::ToolBarItem::set_tooltip |
( |
const std::string & |
text | ) |
|
void mforms::ToolBarItem::set_validator |
( |
const boost::function< bool()> & |
slot | ) |
|
boost::signals2::signal<void (ToolBarItem*)>* mforms::ToolBarItem::signal_activated |
( |
| ) |
|
|
inline |
void mforms::ToolBarItem::validate |
( |
| ) |
|
std::string mforms::ToolBarItem::_alt_icon |
|
private |
boost::signals2::signal<void (ToolBarItem*)> mforms::ToolBarItem::_clicked_signal |
|
private |
const bool mforms::ToolBarItem::_expandable |
|
private |
std::string mforms::ToolBarItem::_icon |
|
private |
std::string mforms::ToolBarItem::_name |
|
private |
boost::function<void (const std::string&)> mforms::ToolBarItem::_search |
|
private |
boost::function<bool ()> mforms::ToolBarItem::_validate |
|
private |
The documentation for this class was generated from the following file: