Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
PanoOperation::SaveLensOperation Class Reference

PanoOperation to save lens to ini file or database. More...

#include <PanoOperation.h>

Inheritance diagram for PanoOperation::SaveLensOperation:
Inheritance graph

Public Member Functions

 SaveLensOperation (bool toDatabase)
 
virtual wxString GetLabel ()
 
- Public Member Functions inherited from PanoOperation::PanoSingleImageOperation
virtual bool IsEnabled (HuginBase::Panorama &pano, HuginBase::UIntSet images, GuiLevel guiLevel)
 return true, if operation is enabled with the given image set More...
 
- Public Member Functions inherited from PanoOperation::PanoOperation
virtual ~PanoOperation ()
 virtual destructor, does currently nothing More...
 
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 More...
 

Protected Member Functions

virtual PanoCommand::PanoCommandGetInternalCommand (wxWindow *parent, HuginBase::Panorama &pano, HuginBase::UIntSet images)
 main working function, overwrite it in derived classes More...
 

Private Attributes

bool m_database
 

Additional Inherited Members

- Protected Attributes inherited from PanoOperation::PanoOperation
GuiLevel m_guiLevel
 

Detailed Description

PanoOperation to save lens to ini file or database.

Definition at line 165 of file PanoOperation.h.

Constructor & Destructor Documentation

PanoOperation::SaveLensOperation::SaveLensOperation ( bool  toDatabase)

Definition at line 681 of file PanoOperation.cpp.

References m_database.

Member Function Documentation

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

main working function, overwrite it in derived classes

Implements PanoOperation::PanoOperation.

Definition at line 698 of file PanoOperation.cpp.

References HuginBase::Panorama::getImage(), m_database, SaveLensParameters(), and SaveLensParametersToIni().

wxString PanoOperation::SaveLensOperation::GetLabel ( )
virtual

Reimplemented from PanoOperation::PanoOperation.

Definition at line 686 of file PanoOperation.cpp.

References m_database.

Member Data Documentation

bool PanoOperation::SaveLensOperation::m_database
private

Definition at line 174 of file PanoOperation.h.

Referenced by GetInternalCommand(), GetLabel(), and SaveLensOperation().


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