add tabbedUI option, prepare infrastructure to support 2 workflows

This commit is contained in:
askvortsov
2010-10-01 16:43:08 -07:00
parent bcd42c3fc2
commit e679dd1a8f
7 changed files with 42 additions and 33 deletions

View File

@@ -82,8 +82,7 @@ class EditorPanel : public Gtk::VBox,
ToolPanelCoordinator* tpc;
RTWindow* parent;
SaveAsDialog* saveAsDialog;
BatchToolPanelCoordinator* btpCoordinator;
FileCatalog* fCatalog;
BatchToolPanelCoordinator* btpCoordinator;
FilePanel* fPanel;
@@ -105,7 +104,7 @@ class EditorPanel : public Gtk::VBox,
int err;
public:
EditorPanel (FilePanel* filePanel);
EditorPanel (FilePanel* filePanel = NULL);
virtual ~EditorPanel ();
void open (Thumbnail* tmb, rtengine::InitialImage* isrc);