Class p.s.n.n.NotifyOptionsConfig(OptionsConfig):

Part of pida.services.notify.notify View In Hierarchy

Undocumented

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
206 Method create_options Create the options here
239 Method on_show_notify Undocumented
242 Method on_change_timeout Undocumented
245 Method on_gravity_change Undocumented

Inherited from OptionsConfig:

Line # Kind Name Docs
145 Method create Override to do the creations
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 (via OptionsConfig):

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
206 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
242 Method on_change_timeout Undocumented
245 Method on_gravity_change Undocumented
239 Method on_show_notify Undocumented
153 Method register_options Undocumented
173 Method set_value Undocumented
def create_options(self):
Create the options here
def on_show_notify(self, client, id, entry, option):
Undocumented
def on_change_timeout(self, client, id, entry, option):
Undocumented
def on_gravity_change(self, client, id, entry, option):
Undocumented
API Documentation for PIDA, generated by pydoctor.