mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 05:37:21 -05:00
#12593 Simplify object methods exposed to Python
This commit is contained in:
@@ -32,7 +32,7 @@ class RimWellLogTrack;
|
||||
//==================================================================================================
|
||||
///
|
||||
//==================================================================================================
|
||||
class RimcWellLogPlot_newWellLogTrack : public caf::PdmObjectMethod
|
||||
class RimcWellLogPlot_newWellLogTrack : public caf::PdmObjectCreationMethod
|
||||
{
|
||||
CAF_PDM_HEADER_INIT;
|
||||
|
||||
@@ -40,8 +40,7 @@ public:
|
||||
RimcWellLogPlot_newWellLogTrack( caf::PdmObjectHandle* self );
|
||||
|
||||
std::expected<caf::PdmObjectHandle*, QString> execute() override;
|
||||
bool resultIsPersistent() const override;
|
||||
std::unique_ptr<PdmObjectHandle> defaultResult() const override;
|
||||
QString classKeywordReturnedType() const override;
|
||||
|
||||
static RimWellLogTrack*
|
||||
createWellLogTrack( RimWellLogPlot* wellLogPlot, RimEclipseCase* eclipseCase, RimWellPath* wellPath, const QString& title );
|
||||
|
||||
Reference in New Issue
Block a user