Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KAlarm
Commits
09edd845
Commit
09edd845
authored
Jul 06, 2012
by
David Jarvie
Browse files
Fix comments
parent
28fbf426
Changes
1
Hide whitespace changes
Inline
Side-by-side
collectionattribute.h
View file @
09edd845
...
...
@@ -67,14 +67,13 @@ class KALARMCAL_EXPORT CollectionAttribute : public Akonadi::Attribute
*/
bool
isEnabled
(
CalEvent
::
Type
type
)
const
;
/** Return which alarm types (active, archived
,
template
or displaying)
*
the
collection is enabled for. */
/** Return which alarm types (active, archived
or
template
) the
* collection is enabled for. */
CalEvent
::
Types
enabled
()
const
;
/** Set the enabled/disabled state of the collection and its alarms,
* for a specified alarm type (active, archived, template or
* displaying). The enabled/disabled state for other alarm types is
* not affected.
* for a specified alarm type (active, archived or template). The
* enabled/disabled state for other alarm types is not affected.
* The alarms of that type in a disabled collection are ignored, and
* not displayed in the alarm list. The standard status for that type
* for a disabled collection is automatically cleared.
...
...
@@ -83,33 +82,33 @@ class KALARMCAL_EXPORT CollectionAttribute : public Akonadi::Attribute
*/
void
setEnabled
(
CalEvent
::
Type
type
,
bool
enabled
);
/** Set which alarm types (active, archived
,
template
or displaying)
*
the collection
is enabled for.
/** Set which alarm types (active, archived
or
template
) the collection
* is enabled for.
* @param types alarm types
*/
void
setEnabled
(
CalEvent
::
Types
types
);
/** Return whether the collection is the standard collection for a specified
* alarm type (active, archived
,
template
or displaying
).
* alarm type (active, archived
or
template).
* @param type alarm type
*/
bool
isStandard
(
CalEvent
::
Type
type
)
const
;
/** Set or clear the collection as the standard collection for a specified
* alarm type (active, archived
,
template
or displaying
).
* alarm type (active, archived
or
template).
* @param type alarm type
* @param standard true to set as standard, false to clear standard status.
*/
void
setStandard
(
CalEvent
::
Type
,
bool
standard
);
/** Return which alarm types (active, archived
,
template
or displaying)
*
the
collection is standard for.
/** Return which alarm types (active, archived
or
template
) the
* collection is standard for.
* @return alarm types.
*/
CalEvent
::
Types
standard
()
const
;
/** Set which alarm types (active, archived
,
template
or displaying)
*
the
collection is the standard collection for.
/** Set which alarm types (active, archived
or
template
) the
* collection is the standard collection for.
* @param types alarm types.
*/
void
setStandard
(
CalEvent
::
Types
types
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment