LibreOffice Module vcl (master) 1
Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Attributes | List of all members
EditUIObject Class Reference

#include <uiobject.hxx>

Inheritance diagram for EditUIObject:
[legend]
Collaboration diagram for EditUIObject:
[legend]

Public Member Functions

 EditUIObject (const VclPtr< Edit > &xEdit)
 
virtual ~EditUIObject () override
 
virtual void execute (const OUString &rAction, const StringMap &rParameters) override
 Executes an action on the wrapped UI object, possibly with some additional parameters. More...
 
virtual StringMap get_state () override
 Returns the state of the wrapped UI object as a string key value map. More...
 
virtual OUString get_action (VclEventId nEvent) const override
 Gets the corresponding Action string for the event. More...
 
- Public Member Functions inherited from WindowUIObject
 WindowUIObject (const VclPtr< vcl::Window > &xWindow)
 
virtual StringMap get_state () override
 Returns the state of the wrapped UI object as a string key value map. More...
 
virtual void execute (const OUString &rAction, const StringMap &rParameters) override
 Executes an action on the wrapped UI object, possibly with some additional parameters. More...
 
virtual OUString get_type () const override
 Returns the type of the UIObject. More...
 
virtual std::unique_ptr< UIObjectget_child (const OUString &rID) override
 Returns the child of the current UIObject with the corresponding id. More...
 
std::unique_ptr< UIObjectget_visible_child (const OUString &rID)
 
virtual std::set< OUString > get_children () const override
 Returns a set containing all descendants of the object. More...
 
virtual OUString dumpState () const override
 Currently an internal method to dump the state of the current UIObject as represented by get_state(). More...
 
virtual OUString dumpHierarchy () const override
 Currently an internal method to dump the parent-child relationship starting from the current top focus window. More...
 
virtual OUString get_action (VclEventId nEvent) const override
 Gets the corresponding Action string for the event. More...
 
- Public Member Functions inherited from UIObject
 UIObject ()=default
 
virtual ~UIObject ()
 
virtual StringMap get_state ()
 Returns the state of the wrapped UI object as a string key value map. More...
 
virtual void execute (const OUString &rAction, const StringMap &rParameters)
 Executes an action on the wrapped UI object, possibly with some additional parameters. More...
 
virtual OUString get_type () const
 Returns the type of the UIObject. More...
 
virtual std::unique_ptr< UIObjectget_child (const OUString &rID)
 Returns the child of the current UIObject with the corresponding id. More...
 
virtual std::set< OUString > get_children () const
 Returns a set containing all descendants of the object. More...
 
virtual OUString dumpState () const
 Currently an internal method to dump the state of the current UIObject as represented by get_state(). More...
 
virtual OUString dumpHierarchy () const
 Currently an internal method to dump the parent-child relationship starting from the current top focus window. More...
 
virtual OUString get_action (VclEventId nEvent) const
 Gets the corresponding Action string for the event. More...
 

Static Public Member Functions

static std::unique_ptr< UIObjectcreate (vcl::Window *pWindow)
 
- Static Public Member Functions inherited from WindowUIObject
static std::unique_ptr< UIObjectcreate (vcl::Window *pWindow)
 

Protected Member Functions

virtual OUString get_name () const override
 
virtual OUString get_name () const
 

Private Attributes

VclPtr< EditmxEdit
 

Detailed Description

Definition at line 194 of file uiobject.hxx.

Constructor & Destructor Documentation

◆ EditUIObject()

EditUIObject::EditUIObject ( const VclPtr< Edit > &  xEdit)

Definition at line 722 of file uitest/uiobject.cxx.

Referenced by create().

◆ ~EditUIObject()

EditUIObject::~EditUIObject ( )
overridevirtual

Definition at line 728 of file uitest/uiobject.cxx.

Member Function Documentation

◆ create()

std::unique_ptr< UIObject > EditUIObject::create ( vcl::Window pWindow)
static

Definition at line 832 of file uitest/uiobject.cxx.

References EditUIObject().

Referenced by ComboBoxUIObject::execute(), and Edit::GetUITestFactory().

◆ execute()

void EditUIObject::execute ( const OUString &  rAction,
const StringMap rParameters 
)
overridevirtual

Executes an action on the wrapped UI object, possibly with some additional parameters.

Reimplemented from WindowUIObject.

Reimplemented in FormattedFieldUIObject, MetricFieldUIObject, and SpinFieldUIObject.

Definition at line 732 of file uitest/uiobject.cxx.

References WindowUIObject::execute(), Edit::KeyInput(), Edit::Modify(), mxEdit, Edit::SetSelection(), and Edit::SetText().

Referenced by SpinFieldUIObject::execute().

◆ get_action()

OUString EditUIObject::get_action ( VclEventId  nEvent) const
overridevirtual

Gets the corresponding Action string for the event.

Reimplemented from WindowUIObject.

Reimplemented in SpinFieldUIObject.

Definition at line 801 of file uitest/uiobject.cxx.

References EditSelectionChanged, WindowUIObject::get_action(), vcl::Window::get_id(), Edit::GetSelection(), Selection::Max(), Selection::Min(), and mxEdit.

◆ get_name()

OUString EditUIObject::get_name ( ) const
overrideprotectedvirtual

Reimplemented from WindowUIObject.

Reimplemented in FormattedFieldUIObject, MetricFieldUIObject, and SpinFieldUIObject.

Definition at line 827 of file uitest/uiobject.cxx.

◆ get_state()

StringMap EditUIObject::get_state ( )
overridevirtual

Member Data Documentation

◆ mxEdit

VclPtr<Edit> EditUIObject::mxEdit
private

Definition at line 196 of file uiobject.hxx.

Referenced by execute(), get_action(), and get_state().


The documentation for this class was generated from the following files: