All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::qt::plugins::layout::LayoutEditorAction Class Reference

This class register the contrast action into VP Plugin. More...

#include <LayoutEditorAction.h>

Inheritance diagram for te::qt::plugins::layout::LayoutEditorAction:
te::qt::plugins::layout::AbstractAction

Public Member Functions

 LayoutEditorAction (QMenu *menu)
 
virtual ~LayoutEditorAction ()
 

Protected Slots

virtual void onActionActivated (bool checked)
 

Protected Member Functions

void createAction (std::string name, std::string pixmap="")
 Create and set the actions parameters. More...
 

Protected Attributes

QAction * m_action
 Action used to call the process. More...
 
QMenu * m_menu
 Parent Menu. More...
 

Detailed Description

This class register the contrast action into VP Plugin.

Definition at line 47 of file LayoutEditorAction.h.

Constructor & Destructor Documentation

te::qt::plugins::layout::LayoutEditorAction::LayoutEditorAction ( QMenu *  menu)
te::qt::plugins::layout::LayoutEditorAction::~LayoutEditorAction ( )
virtual

Member Function Documentation

void te::qt::plugins::layout::AbstractAction::createAction ( std::string  name,
std::string  pixmap = "" 
)
protectedinherited

Create and set the actions parameters.

Parameters
nameThe action name.
pixmapThe action pixmap name.

Definition at line 39 of file AbstractAction.cpp.

Referenced by LayoutEditorAction().

void te::qt::plugins::layout::LayoutEditorAction::onActionActivated ( bool  checked)
protectedvirtualslot

Member Data Documentation

QAction* te::qt::plugins::layout::AbstractAction::m_action
protectedinherited

Action used to call the process.

Definition at line 92 of file AbstractAction.h.

QMenu* te::qt::plugins::layout::AbstractAction::m_menu
protectedinherited

Parent Menu.

Definition at line 91 of file AbstractAction.h.


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