editNew
Prev
Next

Name

editNew — Display the alarm edit dialogue to edit a new alarm.

Synopsis

bool editNew(const QString& templateName)

Parameters

templateName

Specifies the name of an alarm template to base the new alarm on, or empty if no template should be used.

Return value

false if templateName is non-empty but a template of that name cannot be found, true otherwise.

Description

editNew() is a DCOP call to display the alarm edit dialogue to edit a new alarm. If an alarm template name is specified as a parameter, the dialogue is preset with details from the template. If the specified template cannot be found, the alarm edit dialogue is still displayed but is (obviously) not preset with the template.

Prev
Next
Home