kexi

KexiMacro::NavigateAction Class Reference

#include <navigateaction.h>

Inheritance diagram for KexiMacro::NavigateAction:

KexiMacro::KexiAction KoMacro::Action List of all members.

Detailed Description

The NavigateAction class implements a KoMacro::Action to provide functionality to execute an object like e.g.

a script or a macro.

Definition at line 39 of file navigateaction.h.


Public Slots

virtual void activate (KSharedPtr< KoMacro::Context > context)

Public Member Functions

 NavigateAction ()
virtual ~NavigateAction ()
virtual bool notifyUpdated (KSharedPtr< KoMacro::MacroItem > macroitem, const QString &name)

Constructor & Destructor Documentation

NavigateAction::NavigateAction (  ) 

Constructor.

Definition at line 63 of file navigateaction.cpp.

NavigateAction::~NavigateAction (  )  [virtual]

Destructor.

Definition at line 78 of file navigateaction.cpp.


Member Function Documentation

bool NavigateAction::notifyUpdated ( KSharedPtr< KoMacro::MacroItem macroitem,
const QString &  name 
) [virtual]

This function is called, when the KoMacro::Variable with name name used within the KoMacro::MacroItem macroitem got changed.

Parameters:
macroitem The KoMacro::MacroItem instance where the variable defined with name is located in.
name The name the KoMacro::Variable has.
Returns:
true if the update was successfully else false is returned.

Definition at line 82 of file navigateaction.cpp.

void NavigateAction::activate ( KSharedPtr< KoMacro::Context context  )  [virtual, slot]

Called if the Action should be executed within the defined context .

Implements KoMacro::Action.

Definition at line 105 of file navigateaction.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys