Class p.c.o.OptionsConfig(BaseConfig):

Part of pida.core.options View In Hierarchy

Known subclasses: pida.services.commander.commander.CommanderOptionsConfig, pida.services.editor.editor.EditorOptionsConfig, pida.services.filemanager.filemanager.FileManagerOptionsConfig, pida.services.grepper.grepper.GrepperOptions, pida.services.notify.notify.NotifyOptionsConfig, pida.services.plugins.plugins.PluginsOptionsConfig, pida.services.project.project.ProjectOptions, pida.services.sessions.sessions.SessionsOptionsConfig, pida.services.statusbar.statusbar.StatusbarOptionsConfig, pida.services.window.window.WindowOptionsConfig, pida.utils.debugger.debugger.DebuggerOptionsConfig (hide last 8 again) ... and 8 more

No class docstring

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
145 Method create Override to do the creations
150 Method create_options Create the options here
153 Method register_options Undocumented
158 Method create_option Undocumented
164 Method add_option Undocumented
167 Method get_option Undocumented
170 Method get_value Undocumented
173 Method set_value Undocumented
176 Method __len__ Undocumented
179 Method iter_options Undocumented

Inherited from BaseConfig:

Line # Kind Name Docs
4 Method __init__ Undocumented
11 Method get_service_name Undocumented
Line # Kind Name Docs
4 Method __init__ Undocumented
176 Method __len__ Undocumented
164 Method add_option Undocumented
145 Method create Override to do the creations
158 Method create_option Undocumented
150 Method create_options Create the options here
167 Method get_option Undocumented
11 Method get_service_name Undocumented
170 Method get_value Undocumented
179 Method iter_options Undocumented
153 Method register_options Undocumented
173 Method set_value Undocumented
def create(self):
Override to do the creations
def create_options(self):
Create the options here
def register_options(self):
Undocumented
def create_option(self, name, label, rtype, default, doc, callback=None):
Undocumented
def add_option(self, option):
Undocumented
def get_option(self, optname):
Undocumented
def get_value(self, optname):
Undocumented
def set_value(self, optname, value):
Undocumented
def __len__(self):
Undocumented
def iter_options(self):
Undocumented
API Documentation for PIDA, generated by pydoctor.