Hugin trunk 0.1
Loading...
Searching...
No Matches
Classes | Macros | Enumerations
ImagesTree.cpp File Reference

implementation of images tree control More...

#include "hugin_config.h"
#include "panoinc_WX.h"
#include "panoinc.h"
#include "base_wx/wxPlatform.h"
#include "base_wx/LensTools.h"
#include "hugin/ImagesTree.h"
#include "base_wx/wxImageCache.h"
#include "base_wx/platform.h"
#include "base_wx/wxutils.h"
#include "hugin_base/algorithms/basic/LayerStacks.h"
#include <panodata/ImageVariableGroup.h>
#include <panodata/StandardImageVariableGroups.h>
#include "base_wx/CommandHistory.h"
#include "base_wx/PanoCommand.h"
#include <hugin_utils/stl_utils.h>
#include "hugin/ImageVariableDialog.h"
#include "hugin/huginApp.h"
#include "hugin/MainFrame.h"
#include "hugin/GLPreviewFrame.h"
#include <wx/renderer.h>
Include dependency graph for ImagesTree.cpp:

Go to the source code of this file.

Classes

class  ImagesTreeData
 

Macros

#define ADDCOLUMN(header, mapName, width, align, isEditable, IVE, tooltip)
 

Enumerations

enum  {
  ID_LINK =wxID_HIGHEST+230 , ID_UNLINK , ID_EDIT , ID_SELECT_ALL ,
  ID_UNSELECT_ALL , ID_SELECT_LENS_STACK , ID_UNSELECT_LENS_STACK , ID_ACTIVATE_IMAGE ,
  ID_DEACTIVATE_IMAGE , ID_OPERATION_START =wxID_HIGHEST+300
}
 

Detailed Description

implementation of images tree control

Author
T. Modes

Definition in file ImagesTree.cpp.

Macro Definition Documentation

◆ ADDCOLUMN

#define ADDCOLUMN (   header,
  mapName,
  width,
  align,
  isEditable,
  IVE,
  tooltip 
)
Value:
AddColumn(header, width, align, -1, true, false, tooltip);\
m_columnMap[mapName]=counter;\
m_columnVector.push_back(mapName);\
{\
m_editableColumns.insert(counter);\
};\
m_variableVector.push_back(IVE);\
counter++;
std::vector< deghosting::BImagePtr > threshold(const std::vector< deghosting::FImagePtr > &inputImages, const double threshold, const uint16_t flags)
Threshold function used for creating alpha masks for images.
Definition threshold.h:41

Enumeration Type Documentation

◆ anonymous enum

Enumerator
ID_LINK 
ID_UNLINK 
ID_EDIT 
ID_SELECT_ALL 
ID_UNSELECT_ALL 
ID_SELECT_LENS_STACK 
ID_UNSELECT_LENS_STACK 
ID_ACTIVATE_IMAGE 
ID_DEACTIVATE_IMAGE 
ID_OPERATION_START 

Definition at line 48 of file ImagesTree.cpp.