#include <ProjectArray.h>
Public Types | |
| enum | Status { FINISHED = 0, WAITING, RUNNING, FAILED, MISSING, PAUSED } |
| enum | Target { STITCHING = 0, DETECTING } |
Public Member Functions | |
| Project (wxString pth, wxString pfx, Project::Target newTarget=STITCHING) | |
| Project (wxString command) | |
| wxString | GetStatusText () |
| PanoramaOptions | ReadOptions (wxString projectFile) |
| void | ResetOptions () |
Public Attributes | |
| long | id |
| Status | status |
| Target | target |
| wxString | path |
| wxString | prefix |
| wxDateTime | modDate |
| HuginBase::PanoramaOptions | options |
| bool | skip |
| bool | isAligned |
Static Public Attributes | |
| long | idGenerator = 1 |
|
|
Definition at line 47 of file ProjectArray.h. |
|
|
Definition at line 56 of file ProjectArray.h. |
|
||||||||||||||||
|
Definition at line 36 of file ProjectArray.cpp. References idGenerator, isAligned, modDate, options, path, prefix, ReadOptions(), skip, status, and target. |
|
|
Definition at line 54 of file ProjectArray.cpp. References idGenerator, isAligned, path, skip, status, and target. |
|
|
Definition at line 65 of file ProjectArray.cpp. References FAILED, FINISHED, MISSING, PAUSED, RUNNING, and WAITING. Referenced by ProjectListBox::GetAttributeString(), Batch::ListBatch(), and ProjectListBox::UpdateStatus(). |
|
|
|
Definition at line 135 of file ProjectArray.cpp. References modDate, options, path, and ReadOptions(). Referenced by BatchFrame::OnUpdateListBox(). |
|
|
Definition at line 65 of file ProjectArray.h. Referenced by ProjectListBox::AppendProject(), ProjectListBox::GetAttributeString(), Batch::ListBatch(), and BatchFrame::OnUpdateListBox(). |
|
|
Definition at line 34 of file ProjectArray.cpp. Referenced by Project(). |
|
|
Definition at line 81 of file ProjectArray.h. Referenced by BatchFrame::AddDirToList(), Project(), and ReadOptions(). |
|
|
Definition at line 75 of file ProjectArray.h. Referenced by ProjectListBox::GetAttributeString(), BatchFrame::OnUpdateListBox(), Project(), and ResetOptions(). |
|
|
Definition at line 77 of file ProjectArray.h. Referenced by ProjectListBox::GetAttributeString(), Project(), and ResetOptions(). |
|
|
Definition at line 71 of file ProjectArray.h. Referenced by ProjectListBox::AppendProject(), ProjectListBox::GetAttributeString(), Batch::ListBatch(), BatchFrame::OnUpdateListBox(), Project(), and ResetOptions(). |
|
|
Definition at line 73 of file ProjectArray.h. Referenced by ProjectListBox::GetAttributeString(), Batch::ListBatch(), Project(), and ReadOptions(). |
|
|
Definition at line 79 of file ProjectArray.h. Referenced by BatchFrame::OnUpdateListBox(), and Project(). |
|
|
Definition at line 67 of file ProjectArray.h. Referenced by ProjectListBox::GetAttributeString(), Batch::GetStatus(), Batch::OnProcessTerminate(), and Project(). |
|
|
Definition at line 69 of file ProjectArray.h. Referenced by BatchFrame::AddDirToList(), ProjectListBox::GetAttributeString(), ProjectListBox::GetSelectedProjectTarget(), BatchFrame::OnUpdateListBox(), and Project(). |
1.3.9.1