Version: 9.15.0
UserDefinedContent Class Reference

The class represents base class for user defined widget that can be inserted to the Preferences dialog. More...

#include <SalomePyQt.h>

Inheritance diagram for UserDefinedContent:
Inheritance graph

Public Member Functions

 UserDefinedContent ()
 Constructor. More...
 
virtual void store ()
 Called from Preferences dialog to store settings to the resource file. More...
 
virtual void retrieve ()
 Called from Preferences dialog to restore settings from the resource file. More...
 

Detailed Description

The class represents base class for user defined widget that can be inserted to the Preferences dialog.

Constructor & Destructor Documentation

◆ UserDefinedContent()

UserDefinedContent::UserDefinedContent ( )
explicit

Constructor.

Member Function Documentation

◆ retrieve()

void UserDefinedContent::retrieve ( )
virtual

Called from Preferences dialog to restore settings from the resource file.

◆ store()

void UserDefinedContent::store ( )
virtual

Called from Preferences dialog to store settings to the resource file.


The documentation for this class was generated from the following files: