#include <FocusController.h>
|
| | FocusController (Page &, ActivityState::Flags) |
| |
| WEBCORE_EXPORT void | setFocusedFrame (Frame *) |
| |
| Frame * | focusedFrame () const |
| |
| WEBCORE_EXPORT Frame & | focusedOrMainFrame () const |
| |
| WEBCORE_EXPORT bool | setInitialFocus (FocusDirection, KeyboardEvent *) |
| |
| bool | advanceFocus (FocusDirection, KeyboardEvent &, bool initialFocus=false) |
| |
| WEBCORE_EXPORT bool | setFocusedElement (Element *, Frame &, FocusDirection=FocusDirectionNone) |
| |
| void | setActivityState (ActivityState::Flags) |
| |
| WEBCORE_EXPORT void | setActive (bool) |
| |
| bool | isActive () const |
| |
| WEBCORE_EXPORT void | setFocused (bool) |
| |
| bool | isFocused () const |
| |
| bool | contentIsVisible () const |
| |
| WEBCORE_EXPORT Element * | nextFocusableElement (Node &) |
| |
| WEBCORE_EXPORT Element * | previousFocusableElement (Node &) |
| |
| void | setFocusedElementNeedsRepaint () |
| |
| double | timeSinceFocusWasSet () const |
| |
| | FocusController (Page &, ActivityState::Flags) |
| |
| WEBCORE_EXPORT void | setFocusedFrame (Frame *) |
| |
| Frame * | focusedFrame () const |
| |
| WEBCORE_EXPORT Frame & | focusedOrMainFrame () const |
| |
| WEBCORE_EXPORT bool | setInitialFocus (FocusDirection, KeyboardEvent *) |
| |
| bool | advanceFocus (FocusDirection, KeyboardEvent &, bool initialFocus=false) |
| |
| WEBCORE_EXPORT bool | setFocusedElement (Element *, Frame &, FocusDirection=FocusDirectionNone) |
| |
| void | setActivityState (ActivityState::Flags) |
| |
| WEBCORE_EXPORT void | setActive (bool) |
| |
| bool | isActive () const |
| |
| WEBCORE_EXPORT void | setFocused (bool) |
| |
| bool | isFocused () const |
| |
| bool | contentIsVisible () const |
| |
| WEBCORE_EXPORT Element * | nextFocusableElement (Node &) |
| |
| WEBCORE_EXPORT Element * | previousFocusableElement (Node &) |
| |
| void | setFocusedElementNeedsRepaint () |
| |
| double | timeSinceFocusWasSet () const |
| |
◆ FocusController() [1/2]
◆ FocusController() [2/2]
◆ advanceFocus() [1/2]
◆ advanceFocus() [2/2]
◆ contentIsVisible() [1/2]
| bool WebCore::FocusController::contentIsVisible |
( |
| ) |
const |
|
inline |
◆ contentIsVisible() [2/2]
| bool WebCore::FocusController::contentIsVisible |
( |
| ) |
const |
|
inline |
◆ focusedFrame() [1/2]
| Frame* WebCore::FocusController::focusedFrame |
( |
| ) |
const |
|
inline |
◆ focusedFrame() [2/2]
| Frame* WebCore::FocusController::focusedFrame |
( |
| ) |
const |
|
inline |
◆ focusedOrMainFrame() [1/2]
◆ focusedOrMainFrame() [2/2]
| Frame & WebCore::FocusController::focusedOrMainFrame |
( |
| ) |
const |
◆ isActive() [1/2]
| bool WebCore::FocusController::isActive |
( |
| ) |
const |
|
inline |
◆ isActive() [2/2]
| bool WebCore::FocusController::isActive |
( |
| ) |
const |
|
inline |
◆ isFocused() [1/2]
| bool WebCore::FocusController::isFocused |
( |
| ) |
const |
|
inline |
◆ isFocused() [2/2]
| bool WebCore::FocusController::isFocused |
( |
| ) |
const |
|
inline |
◆ nextFocusableElement() [1/2]
| Element * WebCore::FocusController::nextFocusableElement |
( |
Node & |
start | ) |
|
◆ nextFocusableElement() [2/2]
◆ previousFocusableElement() [1/2]
| Element * WebCore::FocusController::previousFocusableElement |
( |
Node & |
start | ) |
|
◆ previousFocusableElement() [2/2]
◆ setActive() [1/2]
| void WebCore::FocusController::setActive |
( |
bool |
active | ) |
|
◆ setActive() [2/2]
◆ setActivityState() [1/2]
◆ setActivityState() [2/2]
◆ setFocused() [1/2]
| void WebCore::FocusController::setFocused |
( |
bool |
focused | ) |
|
◆ setFocused() [2/2]
◆ setFocusedElement() [1/2]
◆ setFocusedElement() [2/2]
◆ setFocusedElementNeedsRepaint() [1/2]
| void WebCore::FocusController::setFocusedElementNeedsRepaint |
( |
| ) |
|
◆ setFocusedElementNeedsRepaint() [2/2]
| void WebCore::FocusController::setFocusedElementNeedsRepaint |
( |
| ) |
|
◆ setFocusedFrame() [1/2]
◆ setFocusedFrame() [2/2]
| void WebCore::FocusController::setFocusedFrame |
( |
Frame * |
frame | ) |
|
◆ setInitialFocus() [1/2]
◆ setInitialFocus() [2/2]
◆ timeSinceFocusWasSet() [1/2]
| double WebCore::FocusController::timeSinceFocusWasSet |
( |
| ) |
const |
◆ timeSinceFocusWasSet() [2/2]
| double WebCore::FocusController::timeSinceFocusWasSet |
( |
| ) |
const |
The documentation for this class was generated from the following files: