Functions
pqMenuReactionUtils Namespace Reference

Groups helper functions used by multiple pq*MenuReaction classes. More...

Functions

PQAPPLICATIONCOMPONENTS_EXPORT QString getDomainDisplayText (vtkSMDomain *domain)
 Generates a QString with an error helper message for a given vtkSMDomain. More...
 
PQAPPLICATIONCOMPONENTS_EXPORT vtkSMInputPropertygetInputProperty (vtkSMProxy *proxy)
 Gets the vtkSMInputProperty for a given vtkSMProxy. More...
 

Detailed Description

Groups helper functions used by multiple pq*MenuReaction classes.

See also
pqExtractorsMenuReaction
pqFiltersMenuReaction

Function Documentation

◆ getDomainDisplayText()

PQAPPLICATIONCOMPONENTS_EXPORT QString pqMenuReactionUtils::getDomainDisplayText ( vtkSMDomain domain)

Generates a QString with an error helper message for a given vtkSMDomain.

◆ getInputProperty()

PQAPPLICATIONCOMPONENTS_EXPORT vtkSMInputProperty* pqMenuReactionUtils::getInputProperty ( vtkSMProxy proxy)

Gets the vtkSMInputProperty for a given vtkSMProxy.

Returns
nullptr_t if a proxy has no vtkSMInputProperty