Hugin trunk 0.1
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
PanoOperation::ImageVariablesExpressionOperation Class Reference

PanoOperation to modify image variables by parsing an expression. More...

#include <PanoOperation.h>

Inheritance diagram for PanoOperation::ImageVariablesExpressionOperation:
Inheritance graph

Public Member Functions

virtual wxString GetLabel ()
 
- Public Member Functions inherited from PanoOperation::PanoOperation
virtual ~PanoOperation ()
 virtual destructor, does currently nothing
 
virtual PanoCommand::PanoCommandGetCommand (wxWindow *parent, HuginBase::Panorama &pano, HuginBase::UIntSet images, GuiLevel guiLevel)
 returns the appropriate PanoCommand::PanoCommand to be inserted into GlobalCmdHistory, checks if operation is enabled
 

Protected Member Functions

virtual PanoCommand::PanoCommandGetInternalCommand (wxWindow *parent, HuginBase::Panorama &pano, HuginBase::UIntSet images)
 main working function, overwrite it in derived classes
 
virtual bool IsEnabled (HuginBase::Panorama &pano, HuginBase::UIntSet images, GuiLevel guiLevel)
 return true, if operation is enabled with the given image set
 

Additional Inherited Members

- Protected Attributes inherited from PanoOperation::PanoOperation
GuiLevel m_guiLevel
 

Detailed Description

PanoOperation to modify image variables by parsing an expression.

Definition at line 94 of file PanoOperation.h.

Member Function Documentation

◆ GetInternalCommand()

PanoCommand::PanoCommand * PanoOperation::ImageVariablesExpressionOperation::GetInternalCommand ( wxWindow *  parent,
HuginBase::Panorama pano,
HuginBase::UIntSet  images 
)
protectedvirtual

main working function, overwrite it in derived classes

Implements PanoOperation::PanoOperation.

Definition at line 469 of file PanoOperation.cpp.

References threshold().

◆ GetLabel()

wxString PanoOperation::ImageVariablesExpressionOperation::GetLabel ( )
virtual

Reimplemented from PanoOperation::PanoOperation.

Definition at line 464 of file PanoOperation.cpp.

References threshold().

◆ IsEnabled()

bool PanoOperation::ImageVariablesExpressionOperation::IsEnabled ( HuginBase::Panorama pano,
HuginBase::UIntSet  images,
GuiLevel  guiLevel 
)
protectedvirtual

return true, if operation is enabled with the given image set

Reimplemented from PanoOperation::PanoOperation.

Definition at line 483 of file PanoOperation.cpp.

References HuginBase::Panorama::getNrOfImages(), GUI_ADVANCED, and threshold().


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