Version: 9.12.0
studyedit
Collaboration diagram for studyedit:

Data Structures

class  studyedit.StudyEditor
 This class provides utility methods to complement Study and StudyBuilder classes. More...
 
class  KERNEL_PY.kernel.studyedit.StudyEditor
 This class provides utility methods to complement Study and StudyBuilder classes. More...
 

Functions

def studyedit.getStudyEditor ()
 Return a StudyEditor instance to edit the study. More...
 
def KERNEL_PY.kernel.studyedit.getStudyEditor ()
 Return a StudyEditor instance to edit the study. More...
 

Variables

 studyedit.EDITOR = StudyEditor()
 Singleton study editor instance. More...
 
 KERNEL_PY.kernel.studyedit.EDITOR = StudyEditor()
 Singleton study editor instance. More...
 

Detailed Description

This module provides a new class \bStudyEditor to complement \bStudy and \bStudyBuilder classes.

Function Documentation

◆ getStudyEditor() [1/2]

◆ getStudyEditor() [2/2]

def KERNEL_PY.kernel.studyedit.getStudyEditor ( )

Return a StudyEditor instance to edit the study.

Deprecated:
This function is kept for backward compatibility. Use EDITOR instead.
Return a :class:`StudyEditor` instance to edit the study.

Variable Documentation

◆ EDITOR [1/2]

studyedit.EDITOR = StudyEditor()

Singleton study editor instance.

◆ EDITOR [2/2]

KERNEL_PY.kernel.studyedit.EDITOR = StudyEditor()

Singleton study editor instance.