} More...
#include <kanzi/core.ui/input/focus_manager.hpp>
Public Member Functions | |
| FocusManager::FocusReason | getFocusReason () const |
| Returns the stored value for the focus reason. More... | |
| void | setFocusReason (FocusManager::FocusReason reason) |
| Sets the focus reason value. More... | |
Public Member Functions inherited from kanzi::MessageArguments | |
| MessageArguments () | |
| MessageArguments (AbstractMessageType messageType) | |
| ~MessageArguments () | |
| template<typename TDataType > | |
| TDataType | getArgument (const PropertyType< TDataType > &argumentType) const |
| bool | getAbstractArgument (AbstractPropertyType argumentType, Variant &variant) const |
| template<typename TDataType > | |
| void | setArgument (const PropertyType< TDataType > &argumentType, typename PropertyType< TDataType >::DataType value) |
| void | setAbstractArgument (AbstractPropertyType argumentType, const Variant &variant) |
| bool | isFrom (const Node &source) const |
| shared_ptr< Node > | getSource () const |
| void | setHandled (bool handled) |
| bool | isHandled () const |
| chrono::milliseconds | getTimestamp () const |
| KzuMessageDispatcher * | getDispatcher () const |
| AbstractMessageType | getType () const |
| void | setSource (Node *source) |
| void | setTimestamp (chrono::milliseconds timestamp) |
| void | setValid (bool valid) |
| bool | isValid () const |
| void | setDispatcher_internal (KzuMessageDispatcher *dispatcher) |
| Internal function. More... | |
| void | setType_internal (AbstractMessageType type) |
| Internal function. More... | |
Static Public Attributes | |
Properties | |
The property that holds the reason for the focus move. Takes the values of the #FocusManager::FocusReason enumeration. The default value is #FocusManager::UnknownReason.
| |
| static PropertyType< int > | FocusReasonProperty |
Additional Inherited Members | |
Static Public Member Functions inherited from kanzi::MessageArguments | |
| static size_t | getArgumentAllocatorPoolSize () |
| Gets the current size of memory pool of argument entries. More... | |
| static PropertyTypeEditorInfoSharedPtr | makeEditorInfo () |
}
Message arguments for post-focus messages. Contains the reason the focus move is initiated.
| FocusManager::FocusReason kanzi::FocusManager::PostFocusMessageArguments::getFocusReason | ( | ) | const |
Returns the stored value for the focus reason.
| void kanzi::FocusManager::PostFocusMessageArguments::setFocusReason | ( | FocusManager::FocusReason | reason | ) |
Sets the focus reason value.
| reason | The focus reason value. |
|
static |