Public Member Functions | Protected Member Functions | List of all members
pqLoadPaletteReaction Class Reference

pqLoadPaletteReaction is used to setup an action that allows the user to load a palette. More...

#include <pqLoadPaletteReaction.h>

Inheritance diagram for pqLoadPaletteReaction:
Inheritance graph
[legend]
Collaboration diagram for pqLoadPaletteReaction:
Collaboration graph
[legend]

Public Member Functions

 pqLoadPaletteReaction (QAction *parent=nullptr)
 
 ~pqLoadPaletteReaction () override
 
- Public Member Functions inherited from pqReaction
 pqReaction (QAction *parent, Qt::ConnectionType type=Qt::AutoConnection)
 Constructor. More...
 
 ~pqReaction () override
 
QAction * parentAction () const
 Provides access to the parent action. More...
 

Protected Member Functions

void updateEnableState () override
 

Additional Inherited Members

- Protected Slots inherited from pqReaction
virtual void onTriggered ()
 Called when the action is triggered. More...
 
virtual void updateMasterEnableState (bool)
 
- Protected Attributes inherited from pqReaction
bool IsMaster
 

Detailed Description

pqLoadPaletteReaction is used to setup an action that allows the user to load a palette.

It setups up menu on the parent action which is populated with available palettes.

Definition at line 18 of file pqLoadPaletteReaction.h.

Constructor & Destructor Documentation

◆ pqLoadPaletteReaction()

pqLoadPaletteReaction::pqLoadPaletteReaction ( QAction *  parent = nullptr)

◆ ~pqLoadPaletteReaction()

pqLoadPaletteReaction::~pqLoadPaletteReaction ( )
override

Member Function Documentation

◆ updateEnableState()

void pqLoadPaletteReaction::updateEnableState ( )
overrideprotectedvirtual

Reimplemented from pqReaction.


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