#include <ImagesList.h>
Inheritance diagram for ImagesListMask:

Public Member Functions | |
| ImagesListMask () | |
| bool | Create (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name=wxT("panel")) |
| void | Init (PT::Panorama *pano) |
| virtual void | UpdateItem (unsigned int imgNr) |
| update the information in an already existing list item | |
| void | SetSingleSelect (bool isSingleSelect) |
| sets the listbox to single item select or multiply item select | |
Definition at line 178 of file ImagesList.h.
|
|
Definition at line 439 of file ImagesList.cpp. |
|
||||||||||||||||||||||||||||
|
Reimplemented from ImagesList. Definition at line 443 of file ImagesList.cpp. References ImagesList::Create(), and DEBUG_TRACE. |
|
|
Reimplemented from ImagesList. Definition at line 471 of file ImagesList.cpp. References ImagesList::Init(). Referenced by MaskEditorPanel::Init(). |
|
|
sets the listbox to single item select or multiply item select
Definition at line 498 of file ImagesList.cpp. References ImagesList::CreateItem(), HuginBase::Panorama::getNrOfImages(), and ImagesList::SelectImages(). Referenced by MaskEditorPanel::OnModeChanged(). |
|
|
update the information in an already existing list item
Reimplemented from ImagesList. Definition at line 476 of file ImagesList.cpp. References HuginBase::Panorama::getImage(), and HuginBase::SrcPanoImage::hasMasks(). |
1.3.9.1