Robot Framework Integrated Development Environment (RIDE)
robotide.preferences.editor.PanelContainer Class Reference

This contains a preference panel. More...

Inheritance diagram for robotide.preferences.editor.PanelContainer:

Public Member Functions

def __init__ (self, *args, **kwargs)
 
def AddPanel (self, panel_class, settings)
 Add a panel to the dialog. More...
 
def SetTitle (self, title)
 Set the title of the panel. More...
 
def ShowPanel (self, panel)
 Arrange for the given panel to be shown. More...
 

Public Attributes

 panels_container
 
 settings
 
 title
 

Private Attributes

 _current_panel
 
 _settings
 

Detailed Description

This contains a preference panel.

This container has the ability to hold several panels,
and to be able to switch between them. For some modes, however,
the container will only hold a single panel.

Each page has a title area, and an area for a preferences panel

Definition at line 200 of file editor.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.preferences.editor.PanelContainer.__init__ (   self,
args,
**  kwargs 
)

Definition at line 201 of file editor.py.

Member Function Documentation

◆ AddPanel()

def robotide.preferences.editor.PanelContainer.AddPanel (   self,
  panel_class,
  settings 
)

Add a panel to the dialog.

Definition at line 228 of file editor.py.

◆ SetTitle()

def robotide.preferences.editor.PanelContainer.SetTitle (   self,
  title 
)

Set the title of the panel.

Definition at line 260 of file editor.py.

◆ ShowPanel()

def robotide.preferences.editor.PanelContainer.ShowPanel (   self,
  panel 
)

Arrange for the given panel to be shown.

Definition at line 234 of file editor.py.

Member Data Documentation

◆ _current_panel

robotide.preferences.editor.PanelContainer._current_panel
private

Definition at line 204 of file editor.py.

◆ _settings

robotide.preferences.editor.PanelContainer._settings
private

Definition at line 205 of file editor.py.

◆ panels_container

robotide.preferences.editor.PanelContainer.panels_container

Definition at line 208 of file editor.py.

◆ settings

robotide.preferences.editor.PanelContainer.settings

Definition at line 206 of file editor.py.

◆ title

robotide.preferences.editor.PanelContainer.title

Definition at line 207 of file editor.py.


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