Hugintrunk
0.1
|
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 "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>
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 } |
implementation of images tree control
Definition in file ImagesTree.cpp.
#define ADDCOLUMN | ( | header, | |
mapName, | |||
width, | |||
align, | |||
isEditable, | |||
IVE, | |||
tooltip | |||
) |
Referenced by ImagesTreeCtrl::CreateColumns().
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 47 of file ImagesTree.cpp.