Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F510
mitkDataStorageEditorInput.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
•
vongruen
Apr 20 2010, 10:38 AM
2010-04-20 10:38:12 (UTC+2)
Size
964 B
Referenced Files
None
Subscribers
None
mitkDataStorageEditorInput.patch
View Options
Index: mitkDataStorageEditorInput.cpp
===================================================================
--- mitkDataStorageEditorInput.cpp (revision 22256)
+++ mitkDataStorageEditorInput.cpp (working copy)
@@ -23,6 +23,15 @@
namespace mitk
{
+DataStorageEditorInput::DataStorageEditorInput()
+{
+}
+
+DataStorageEditorInput::DataStorageEditorInput(IDataStorageReference::Pointer ref)
+{
+ m_DataStorageRef = ref;
+}
+
bool DataStorageEditorInput::Exists() const
{
return true;
Index: mitkDataStorageEditorInput.h
===================================================================
--- mitkDataStorageEditorInput.h (revision 22256)
+++ mitkDataStorageEditorInput.h (working copy)
@@ -31,6 +31,9 @@
public:
berryObjectMacro(DataStorageEditorInput);
+ DataStorageEditorInput();
+ DataStorageEditorInput(IDataStorageReference::Pointer ref);
+
bool Exists() const;
std::string GetName() const;
std::string GetToolTipText() const;
File Metadata
Details
Attached
Mime Type
text/plain
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
488
Default Alt Text
mitkDataStorageEditorInput.patch (964 B)
Attached To
Mode
T3686: Data Storage Editor Input can not hold a single Data Storage
Attached
Detach File
Event Timeline
•
vongruen
added a comment.
Apr 20 2010, 10:38 AM
2010-04-20 10:38:12 (UTC+2)
Comment Actions
Reworked DataStorageEditorInput File
Log In to Comment