#include <ContextMenu.h>
scv::ContextMenu::ContextMenu |
( |
const std::string & |
name | ) |
|
scv::ContextMenu::~ContextMenu |
( |
void |
| ) |
|
|
virtual |
void scv::ContextMenu::display |
( |
void |
| ) |
|
scv::Point scv::ContextMenu::getCurrPosition |
( |
void |
| ) |
const |
|
inline |
int scv::ContextMenu::getHeight |
( |
void |
| ) |
const |
|
inline |
bool scv::ContextMenu::getStatus |
( |
void |
| ) |
const |
|
inline |
std::string scv::ContextMenu::getString |
( |
void |
| ) |
|
|
inline |
int scv::ContextMenu::getWidth |
( |
void |
| ) |
const |
|
inline |
bool scv::ContextMenu::hasSubMenus |
( |
void |
| ) |
const |
|
inline |
virtual void scv::ContextMenu::onMenuAccessed |
( |
const std::deque< std::string > & |
address | ) |
|
|
inlinevirtual |
virtual void scv::ContextMenu::onMouseClick |
( |
const scv::MouseEvent & |
evt, |
|
|
const std::deque< std::string > & |
address |
|
) |
| |
|
inlinevirtual |
virtual void scv::ContextMenu::onMouseOver |
( |
const scv::MouseEvent & |
evt, |
|
|
const std::deque< std::string > & |
address |
|
) |
| |
|
inlinevirtual |
virtual void scv::ContextMenu::onStatusChange |
( |
void |
| ) |
|
|
inlinevirtual |
void scv::ContextMenu::removeAllMenus |
( |
| ) |
|
void scv::ContextMenu::removeMenu |
( |
ContextMenu * |
menu | ) |
|
void scv::ContextMenu::setPosition |
( |
const scv::Point & |
position | ) |
|
|
inline |
void scv::ContextMenu::setStatus |
( |
bool |
status | ) |
|
void scv::ContextMenu::setString |
( |
const std::string & |
label | ) |
|
|
inline |
The documentation for this class was generated from the following files: