Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F509
mitkDataStorageEditorInput.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
•
vongruen
Apr 19 2010, 11:30 AM
2010-04-19 11:30:48 (UTC+2)
Size
943 B
Referenced Files
None
Subscribers
None
mitkDataStorageEditorInput.patch
View Options
Index: mitkDataStorageEditorInput.cpp
===================================================================
--- mitkDataStorageEditorInput.cpp (revision 22256)
+++ mitkDataStorageEditorInput.cpp (working copy)
@@ -46,6 +46,11 @@
return false;
}
+void DataStorageEditorInput::SetDataStorageReference(IDataStorageReference::Pointer ref)
+{
+ m_DataStorageRef = ref;
+}
+
IDataStorageReference::Pointer
DataStorageEditorInput::GetDataStorageReference()
{
Index: mitkDataStorageEditorInput.h
===================================================================
--- mitkDataStorageEditorInput.h (revision 22256)
+++ mitkDataStorageEditorInput.h (working copy)
@@ -35,6 +35,7 @@
std::string GetName() const;
std::string GetToolTipText() const;
+ void SetDataStorageReference(IDataStorageReference::Pointer ref);
IDataStorageReference::Pointer GetDataStorageReference();
bool operator==(const berry::Object*) const;
File Metadata
Details
Attached
Mime Type
text/plain
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
487
Default Alt Text
mitkDataStorageEditorInput.patch (943 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 19 2010, 11:30 AM
2010-04-19 11:30:48 (UTC+2)
Comment Actions
changes for the class mitkDataStorageEditorInput
Log In to Comment