|
Molybden
|
The BrowserDelegates::onShowContextMenu action arguments. More...
#include <browser_delegates.hpp>
Public Attributes | |
| std::shared_ptr< Browser > | browser |
| The browser instance initiated this action. | |
| std::string | link_url |
| The URL of the link that encloses the node the context menu is invoked on. | |
| std::string | link_text |
| The text associated with the link. | |
| std::string | src_url |
| The source URL of the HTML element that the context menu is invoked on. | |
| std::string | page_url |
| The source URL of the top level page that the context menu is invoked on. | |
| std::string | frame_url |
| The URL of the sub-frame that the context menu is invoked on. | |
| std::string | selected_text |
| The text of the selection that the context menu is invoked on. | |
| ContextMenuContentType | content_type |
| The content type of the node the context menu is invoked on. | |
The BrowserDelegates::onShowContextMenu action arguments.