Commit Graph

10 Commits

Author SHA1 Message Date
Pål Hagen
9a2ec02bcc (#436) Using static methods in "feature impl" class, for clarity 2015-09-15 18:21:38 +02:00
Pål Hagen
3da11d2f6d (#436) Moved well log plot creation code to common base class 2015-09-15 16:20:37 +02:00
Pål Hagen
b1b428971e (#396) Improved code related to well log plot name field 2015-09-08 13:28:08 +02:00
Pål Hagen
1d1d148cc9 (#429) Adding a curve when creating a new well log plot or plot trace 2015-09-08 09:17:40 +02:00
Pål Hagen
27f8f34538 (#396) Create main plot collection and well log plot collection if needed
Reading old project files may give projects without main plot collection
and well plot collection. Those are now created in the command feature
for adding a new well log plot, if needed.
2015-09-07 10:44:48 +02:00
Pål Hagen
15d34498e3 (#411) Added description/name field to well log plot
Setting default name when adding through command feature.
2015-09-04 16:45:09 +02:00
Pål Hagen
f149cfff6d (#396) Made sure that a viewer is created when adding a new plot 2015-09-03 15:05:58 +02:00
Pål Hagen
bcab7f2248 (#396) Adding a trace when creating a new well log plot
Did some refactoring - moved creation code to command feature.
2015-09-03 09:46:26 +02:00
Pål Hagen
af9bbfdede Added collection class for well log plots 2015-08-28 10:42:57 +02:00
Pål Hagen
4e6bb1ded3 WIP - added project data model files for well log plots
Added command feature for adding new well log plots (right-click "Plots"
in the project tree view). Will create dummy Qwt widget added as an MDI
window.
TODO: Complete the relations between the entities, and add
properties/property editors. Create more advanced viewer widget for
plotting of multiple traces with multiple curves. Harmonize MDI stuff
with 3D viewers.
2015-08-27 16:13:49 +02:00