Public Slots | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
pqImportCinemaReaction Class Reference

reaction to import cinema databases More...

#include <pqImportCinemaReaction.h>

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

Public Slots

void updateEnableState () override
 Updates the enabled state. More...
 

Public Member Functions

 pqImportCinemaReaction (QAction *parent)
 
 ~pqImportCinemaReaction () 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...
 

Static Public Member Functions

static bool loadCinemaDatabase ()
 
static bool loadCinemaDatabase (const QString &dbase, pqServer *server=NULL)
 

Protected Member Functions

void onTriggered () override
 Called when the action is triggered. More...
 

Additional Inherited Members

- Protected Slots inherited from pqReaction
virtual void updateEnableState ()
 
virtual void updateMasterEnableState (bool)
 
- Protected Attributes inherited from pqReaction
bool IsMaster
 

Detailed Description

reaction to import cinema databases

pqImportCinemaReaction is a reaction to import a cinema database. This imports a cinema database and creates readers to read pipeline objects from the database.

Definition at line 47 of file pqImportCinemaReaction.h.

Constructor & Destructor Documentation

◆ pqImportCinemaReaction()

pqImportCinemaReaction::pqImportCinemaReaction ( QAction *  parent)

◆ ~pqImportCinemaReaction()

pqImportCinemaReaction::~pqImportCinemaReaction ( )
override

Member Function Documentation

◆ loadCinemaDatabase() [1/2]

static bool pqImportCinemaReaction::loadCinemaDatabase ( )
static

◆ loadCinemaDatabase() [2/2]

static bool pqImportCinemaReaction::loadCinemaDatabase ( const QString &  dbase,
pqServer server = NULL 
)
static

◆ updateEnableState

void pqImportCinemaReaction::updateEnableState ( )
overrideslot

Updates the enabled state.

Applications need not explicitly call this.

◆ onTriggered()

void pqImportCinemaReaction::onTriggered ( )
inlineoverrideprotectedvirtual

Called when the action is triggered.

Reimplemented from pqReaction.

Definition at line 66 of file pqImportCinemaReaction.h.


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