kalarm

#include <alarmevent.h>

Inherits KAAlarmEventBase.

Public Types

enum  {
  BEEP = 0x02 , REPEAT_AT_LOGIN = 0x04 , ANY_TIME = 0x08 , CONFIRM_ACK = 0x10 ,
  EMAIL_BCC = 0x20 , DEFAULT_FONT = 0x40 , REPEAT_SOUND = 0x80 , DISABLED = 0x100 ,
  AUTO_CLOSE = 0x200 , SCRIPT = 0x400 , EXEC_IN_XTERM = 0x800 , SPEAK = 0x1000 ,
  COPY_KORGANIZER = 0x2000 , REMINDER = 0x10000 , DEFERRAL = 0x20000 , TIMED_FLAG = 0x40000 ,
  DATE_DEFERRAL = DEFERRAL , TIME_DEFERRAL = DEFERRAL | TIMED_FLAG , DISPLAYING_ = 0x80000 , READ_ONLY_FLAGS = 0xF0000
}
 
enum  Status {
  ACTIVE , EXPIRED , DISPLAYING , TEMPLATE ,
  KORGANIZER
}
 
enum  Action { MESSAGE = T_MESSAGE , FILE = T_FILE , COMMAND = T_COMMAND , EMAIL = T_EMAIL }
 
enum  OccurType {
  NO_OCCURRENCE = 0 , FIRST_OR_ONLY_OCCURRENCE = 0x01 , RECURRENCE_DATE = 0x02 , RECURRENCE_DATE_TIME = 0x03 ,
  LAST_RECURRENCE = 0x04 , OCCURRENCE_REPEAT = 0x10 , FIRST_OR_ONLY_OCCURRENCE_REPEAT = OCCURRENCE_REPEAT | FIRST_OR_ONLY_OCCURRENCE , RECURRENCE_DATE_REPEAT = OCCURRENCE_REPEAT | RECURRENCE_DATE ,
  RECURRENCE_DATE_TIME_REPEAT = OCCURRENCE_REPEAT | RECURRENCE_DATE_TIME , LAST_RECURRENCE_REPEAT = OCCURRENCE_REPEAT | LAST_RECURRENCE
}
 
enum  OccurOption { IGNORE_REPETITION , RETURN_REPETITION , ALLOW_FOR_REPETITION }
 
enum  DeferLimitType {
  LIMIT_NONE , LIMIT_MAIN , LIMIT_RECURRENCE , LIMIT_REPETITION ,
  LIMIT_REMINDER
}
 

Public Member Functions

 KAEvent (const TQDateTime &dt, const TQString &message, const TQColor &bg, const TQColor &fg, const TQFont &f, Action action, int lateCancel, int flags)
 
 KAEvent (const KCal::Event &e)
 
 KAEvent (const KAEvent &e)
 
KAEventoperator= (const KAEvent &e)
 
void set (const KCal::Event &)
 
void set (const TQDateTime &, const TQString &message, const TQColor &bg, const TQColor &fg, const TQFont &, Action, int lateCancel, int flags)
 
void setEmail (uint from, const EmailAddressList &, const TQString &subject, const TQStringList &attachments)
 
void setAudioFile (const TQString &filename, float volume, float fadeVolume, int fadeSeconds)
 
void setTemplate (const TQString &name, int afterTime=-1)
 
void setActions (const TQString &pre, const TQString &post)
 
OccurType setNextOccurrence (const TQDateTime &preDateTime)
 
void setFirstRecurrence ()
 
void setEventID (const TQString &id)
 
void setDate (const TQDate &d)
 
void setTime (const TQDateTime &dt)
 
void setSaveDateTime (const TQDateTime &dt)
 
void setLateCancel (int lc)
 
void setAutoClose (bool ac)
 
void setRepeatAtLogin (bool rl)
 
void setUid (Status s)
 
void setKMailSerialNumber (unsigned long n)
 
void setLogFile (const TQString &logfile)
 
void setReminder (int minutes, bool onceOnly)
 
bool defer (const DateTime &, bool reminder, bool adjustRecurrence=false)
 
void cancelDefer ()
 
void cancelCancelledDeferral ()
 
void setDeferDefaultMinutes (int minutes)
 
bool setDisplaying (const KAEvent &, KAAlarm::Type, const TQDateTime &)
 
void reinstateFromDisplaying (const KAEvent &dispEvent)
 
void setArchive ()
 
void setEnabled (bool enable)
 
void setUpdated ()
 
void clearUpdated () const
 
void removeExpiredAlarm (KAAlarm::Type)
 
void incrementRevision ()
 
KCal::Eventevent () const
 
bool isTemplate () const
 
const TQString & templateName () const
 
bool usingDefaultTime () const
 
int templateAfterTime () const
 
KAAlarm alarm (KAAlarm::Type) const
 
KAAlarm firstAlarm () const
 
KAAlarm nextAlarm (const KAAlarm &al) const
 
KAAlarm nextAlarm (KAAlarm::Type) const
 
KAAlarm convertDisplayingAlarm () const
 
bool updateKCalEvent (KCal::Event &, bool checkUid=true, bool original=false, bool cancelCancelledDefer=false) const
 
Action action () const
 
bool displayAction () const
 
const TQString & id () const
 
bool valid () const
 
int alarmCount () const
 
const DateTime & startDateTime () const
 
DateTime mainDateTime (bool withRepeats=false) const
 
TQDate mainDate () const
 
TQTime mainTime () const
 
DateTime mainEndRepeatTime () const
 
int reminder () const
 
bool reminderOnceOnly () const
 
bool reminderDeferral () const
 
int reminderArchived () const
 
DateTime deferDateTime () const
 
DateTime deferralLimit (DeferLimitType *=0) const
 
int deferDefaultMinutes () const
 
DateTime displayDateTime () const
 
const TQString & messageFileOrCommand () const
 
TQString logFile () const
 
bool commandXterm () const
 
unsigned long kmailSerialNumber () const
 
bool copyToKOrganizer () const
 
const TQString & audioFile () const
 
float soundVolume () const
 
float fadeVolume () const
 
int fadeSeconds () const
 
bool repeatSound () const
 
const TQString & preAction () const
 
const TQString & postAction () const
 
bool recurs () const
 
KARecurrence::Type recurType () const
 
KARecurrence * recurrence () const
 
int recurInterval () const
 
int longestRecurrenceInterval () const
 
TQString recurrenceText (bool brief=false) const
 
TQString repetitionText (bool brief=false) const
 
bool occursAfter (const TQDateTime &preDateTime, bool includeRepetitions) const
 
OccurType nextOccurrence (const TQDateTime &preDateTime, DateTime &result, OccurOption=IGNORE_REPETITION) const
 
OccurType previousOccurrence (const TQDateTime &afterDateTime, DateTime &result, bool includeRepetitions=false) const
 
int flags () const
 
bool deferred () const
 
bool toBeArchived () const
 
bool enabled () const
 
bool updated () const
 
bool mainExpired () const
 
bool expired () const
 
Status uidStatus () const
 
bool setRepetition (int interval, int count)
 
void setNoRecur ()
 
void setRecurrence (const KARecurrence &)
 
bool setRecurMinutely (int freq, int count, const TQDateTime &end)
 
bool setRecurDaily (int freq, const TQBitArray &days, int count, const TQDate &end)
 
bool setRecurWeekly (int freq, const TQBitArray &days, int count, const TQDate &end)
 
bool setRecurMonthlyByDate (int freq, const TQValueList< int > &days, int count, const TQDate &end)
 
bool setRecurMonthlyByPos (int freq, const TQValueList< MonthPos > &pos, int count, const TQDate &end)
 
bool setRecurAnnualByDate (int freq, const TQValueList< int > &months, int day, KARecurrence::Feb29Type, int count, const TQDate &end)
 
bool setRecurAnnualByPos (int freq, const TQValueList< MonthPos > &pos, const TQValueList< int > &months, int count, const TQDate &end)
 
void dumpDebug () const
 

Static Public Member Functions

static Status uidStatus (const TQString &uid)
 
static TQString uid (const TQString &id, Status)
 
static KAEvent findTemplateName (AlarmCalendar &, const TQString &name)
 
static int calVersion ()
 
static TQString calVersionString ()
 
static bool adjustStartOfDay (const KCal::Event::List &)
 
static void convertKCalEvents (KCal::Calendar &, int version, bool adjustSummerTime)
 
static void convertRepetitions (KCal::CalendarLocal &)
 

Detailed Description

KAEvent corresponds to a KCal::Event instance.

Definition at line 231 of file alarmevent.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Definition at line 234 of file alarmevent.h.

◆ Action

enum KAEvent::Action

Definition at line 277 of file alarmevent.h.

◆ DeferLimitType

enum KAEvent::DeferLimitType

Definition at line 303 of file alarmevent.h.

◆ OccurOption

enum KAEvent::OccurOption

Definition at line 297 of file alarmevent.h.

◆ OccurType

enum KAEvent::OccurType

Definition at line 284 of file alarmevent.h.

◆ Status

The category of an event, indicated by the middle part of its UID.

Definition at line 269 of file alarmevent.h.

Constructor & Destructor Documentation

◆ KAEvent() [1/4]

KAEvent::KAEvent ( )
inline

Definition at line 312 of file alarmevent.h.

◆ KAEvent() [2/4]

KAEvent::KAEvent ( const TQDateTime &  dt,
const TQString &  message,
const TQColor &  bg,
const TQColor &  fg,
const TQFont &  f,
Action  action,
int  lateCancel,
int  flags 
)
inline

Definition at line 313 of file alarmevent.h.

◆ KAEvent() [3/4]

KAEvent::KAEvent ( const KCal::Event e)
inlineexplicit

Definition at line 315 of file alarmevent.h.

◆ KAEvent() [4/4]

KAEvent::KAEvent ( const KAEvent e)
inline

Definition at line 316 of file alarmevent.h.

◆ ~KAEvent()

KAEvent::~KAEvent ( )
inline

Definition at line 317 of file alarmevent.h.

Member Function Documentation

◆ action()

Action KAEvent::action ( ) const
inline

Definition at line 362 of file alarmevent.h.

◆ adjustStartOfDay()

bool KAEvent::adjustStartOfDay ( const KCal::Event::List &  )
static

Definition at line 2546 of file alarmevent.cpp.

◆ alarm()

KAAlarm KAEvent::alarm ( KAAlarm::Type  type) const

Definition at line 1315 of file alarmevent.cpp.

◆ alarmCount()

int KAEvent::alarmCount ( ) const
inline

Definition at line 366 of file alarmevent.h.

◆ audioFile()

const TQString & KAEvent::audioFile ( ) const
inline

Definition at line 388 of file alarmevent.h.

◆ calVersion()

int KAEvent::calVersion ( )
static

Definition at line 48 of file alarmevent.cpp.

◆ calVersionString()

TQString KAEvent::calVersionString ( )
static

Definition at line 47 of file alarmevent.cpp.

◆ cancelCancelledDeferral()

void KAEvent::cancelCancelledDeferral ( )

Definition at line 1659 of file alarmevent.cpp.

◆ cancelDefer()

void KAEvent::cancelDefer ( )

Definition at line 1637 of file alarmevent.cpp.

◆ clearUpdated()

void KAEvent::clearUpdated ( ) const
inline

Definition at line 347 of file alarmevent.h.

◆ commandXterm()

bool KAEvent::commandXterm ( ) const
inline

Definition at line 385 of file alarmevent.h.

◆ convertDisplayingAlarm()

KAAlarm KAEvent::convertDisplayingAlarm ( ) const

Definition at line 1760 of file alarmevent.cpp.

◆ convertKCalEvents()

void KAEvent::convertKCalEvents ( KCal::Calendar calendar,
int  version,
bool  adjustSummerTime 
)
static

Definition at line 2629 of file alarmevent.cpp.

◆ convertRepetitions()

void KAEvent::convertRepetitions ( KCal::CalendarLocal calendar)
static

Definition at line 3061 of file alarmevent.cpp.

◆ copyToKOrganizer()

bool KAEvent::copyToKOrganizer ( ) const
inline

Definition at line 387 of file alarmevent.h.

◆ defer()

bool KAEvent::defer ( const DateTime &  dateTime,
bool  reminder,
bool  adjustRecurrence = false 
)

Definition at line 1528 of file alarmevent.cpp.

◆ deferDateTime()

DateTime KAEvent::deferDateTime ( ) const
inline

Definition at line 379 of file alarmevent.h.

◆ deferDefaultMinutes()

int KAEvent::deferDefaultMinutes ( ) const
inline

Definition at line 381 of file alarmevent.h.

◆ deferralLimit()

DateTime KAEvent::deferralLimit ( KAEvent::DeferLimitType *  limitType = 0) const

Definition at line 1671 of file alarmevent.cpp.

◆ deferred()

bool KAEvent::deferred ( ) const
inline

Definition at line 406 of file alarmevent.h.

◆ displayAction()

bool KAEvent::displayAction ( ) const
inline

Definition at line 363 of file alarmevent.h.

◆ displayDateTime()

DateTime KAEvent::displayDateTime ( ) const

Definition at line 873 of file alarmevent.cpp.

◆ dumpDebug()

void KAEvent::dumpDebug ( ) const

Definition at line 3116 of file alarmevent.cpp.

◆ enabled()

bool KAEvent::enabled ( ) const
inline

Definition at line 408 of file alarmevent.h.

◆ event()

Event * KAEvent::event ( ) const

Definition at line 964 of file alarmevent.cpp.

◆ expired()

bool KAEvent::expired ( ) const
inline

Definition at line 411 of file alarmevent.h.

◆ fadeSeconds()

int KAEvent::fadeSeconds ( ) const
inline

Definition at line 391 of file alarmevent.h.

◆ fadeVolume()

float KAEvent::fadeVolume ( ) const
inline

Definition at line 390 of file alarmevent.h.

◆ findTemplateName()

KAEvent KAEvent::findTemplateName ( AlarmCalendar calendar,
const TQString &  name 
)
static

Definition at line 2522 of file alarmevent.cpp.

◆ firstAlarm()

KAAlarm KAEvent::firstAlarm ( ) const

Definition at line 1421 of file alarmevent.cpp.

◆ flags()

int KAEvent::flags ( ) const

Definition at line 951 of file alarmevent.cpp.

◆ id()

const TQString & KAEvent::id ( ) const
inline

Definition at line 364 of file alarmevent.h.

◆ incrementRevision()

void KAEvent::incrementRevision ( )
inline

Definition at line 349 of file alarmevent.h.

◆ isTemplate()

bool KAEvent::isTemplate ( ) const
inline

Definition at line 352 of file alarmevent.h.

◆ kmailSerialNumber()

unsigned long KAEvent::kmailSerialNumber ( ) const
inline

Definition at line 386 of file alarmevent.h.

◆ logFile()

TQString KAEvent::logFile ( ) const
inline

Definition at line 384 of file alarmevent.h.

◆ longestRecurrenceInterval()

int KAEvent::longestRecurrenceInterval ( ) const
inline

Definition at line 399 of file alarmevent.h.

◆ mainDate()

TQDate KAEvent::mainDate ( ) const
inline

Definition at line 371 of file alarmevent.h.

◆ mainDateTime()

DateTime KAEvent::mainDateTime ( bool  withRepeats = false) const
inline

Definition at line 368 of file alarmevent.h.

◆ mainEndRepeatTime()

DateTime KAEvent::mainEndRepeatTime ( ) const
inline

Definition at line 373 of file alarmevent.h.

◆ mainExpired()

bool KAEvent::mainExpired ( ) const
inline

Definition at line 410 of file alarmevent.h.

◆ mainTime()

TQTime KAEvent::mainTime ( ) const
inline

Definition at line 372 of file alarmevent.h.

◆ messageFileOrCommand()

const TQString & KAEvent::messageFileOrCommand ( ) const
inline

Definition at line 383 of file alarmevent.h.

◆ nextAlarm() [1/2]

KAAlarm KAEvent::nextAlarm ( const KAAlarm &  al) const
inline

Definition at line 358 of file alarmevent.h.

◆ nextAlarm() [2/2]

KAAlarm KAEvent::nextAlarm ( KAAlarm::Type  prevType) const

Definition at line 1437 of file alarmevent.cpp.

◆ nextOccurrence()

KAEvent::OccurType KAEvent::nextOccurrence ( const TQDateTime &  preDateTime,
DateTime &  result,
KAEvent::OccurOption  includeRepetitions = IGNORE_REPETITION 
) const

Definition at line 1842 of file alarmevent.cpp.

◆ occursAfter()

bool KAEvent::occursAfter ( const TQDateTime &  preDateTime,
bool  includeRepetitions 
) const

Definition at line 1807 of file alarmevent.cpp.

◆ operator=()

KAEvent & KAEvent::operator= ( const KAEvent e)
inline

Definition at line 318 of file alarmevent.h.

◆ postAction()

const TQString & KAEvent::postAction ( ) const
inline

Definition at line 394 of file alarmevent.h.

◆ preAction()

const TQString & KAEvent::preAction ( ) const
inline

Definition at line 393 of file alarmevent.h.

◆ previousOccurrence()

KAEvent::OccurType KAEvent::previousOccurrence ( const TQDateTime &  afterDateTime,
DateTime &  result,
bool  includeRepetitions = false 
) const

Definition at line 1917 of file alarmevent.cpp.

◆ recurInterval()

int KAEvent::recurInterval ( ) const

Definition at line 2451 of file alarmevent.cpp.

◆ recurrence()

KARecurrence * KAEvent::recurrence ( ) const
inline

Definition at line 397 of file alarmevent.h.

◆ recurrenceText()

TQString KAEvent::recurrenceText ( bool  brief = false) const

Definition at line 2079 of file alarmevent.cpp.

◆ recurs()

bool KAEvent::recurs ( ) const
inline

Definition at line 395 of file alarmevent.h.

◆ recurType()

KARecurrence::Type KAEvent::recurType ( ) const
inline

Definition at line 396 of file alarmevent.h.

◆ reinstateFromDisplaying()

void KAEvent::reinstateFromDisplaying ( const KAEvent dispEvent)

Definition at line 1790 of file alarmevent.cpp.

◆ reminder()

int KAEvent::reminder ( ) const
inline

Definition at line 375 of file alarmevent.h.

◆ reminderArchived()

int KAEvent::reminderArchived ( ) const
inline

Definition at line 378 of file alarmevent.h.

◆ reminderDeferral()

bool KAEvent::reminderDeferral ( ) const
inline

Definition at line 377 of file alarmevent.h.

◆ reminderOnceOnly()

bool KAEvent::reminderOnceOnly ( ) const
inline

Definition at line 376 of file alarmevent.h.

◆ removeExpiredAlarm()

void KAEvent::removeExpiredAlarm ( KAAlarm::Type  type)

Definition at line 1478 of file alarmevent.cpp.

◆ repeatSound()

bool KAEvent::repeatSound ( ) const
inline

Definition at line 392 of file alarmevent.h.

◆ repetitionText()

TQString KAEvent::repetitionText ( bool  brief = false) const

Definition at line 2117 of file alarmevent.cpp.

◆ set() [1/2]

void KAEvent::set ( const KCal::Event event)

Definition at line 209 of file alarmevent.cpp.

◆ set() [2/2]

void KAEvent::set ( const TQDateTime &  dateTime,
const TQString &  message,
const TQColor &  bg,
const TQColor &  fg,
const TQFont &  font,
Action  action,
int  lateCancel,
int  flags 
)

Definition at line 773 of file alarmevent.cpp.

◆ setActions()

void KAEvent::setActions ( const TQString &  pre,
const TQString &  post 
)
inline

Definition at line 324 of file alarmevent.h.

◆ setArchive()

void KAEvent::setArchive ( )
inline

Definition at line 344 of file alarmevent.h.

◆ setAudioFile()

void KAEvent::setAudioFile ( const TQString &  filename,
float  volume,
float  fadeVolume,
int  fadeSeconds 
)

Definition at line 842 of file alarmevent.cpp.

◆ setAutoClose()

void KAEvent::setAutoClose ( bool  ac)
inline

Definition at line 332 of file alarmevent.h.

◆ setDate()

void KAEvent::setDate ( const TQDate &  d)
inline

Definition at line 328 of file alarmevent.h.

◆ setDeferDefaultMinutes()

void KAEvent::setDeferDefaultMinutes ( int  minutes)
inline

Definition at line 341 of file alarmevent.h.

◆ setDisplaying()

bool KAEvent::setDisplaying ( const KAEvent event,
KAAlarm::Type  alarmType,
const TQDateTime &  repeatAtLoginTime 
)

Definition at line 1722 of file alarmevent.cpp.

◆ setEmail()

void KAEvent::setEmail ( uint  from,
const EmailAddressList &  addresses,
const TQString &  subject,
const TQStringList &  attachments 
)

Definition at line 834 of file alarmevent.cpp.

◆ setEnabled()

void KAEvent::setEnabled ( bool  enable)
inline

Definition at line 345 of file alarmevent.h.

◆ setEventID()

void KAEvent::setEventID ( const TQString &  id)
inline

Definition at line 327 of file alarmevent.h.

◆ setFirstRecurrence()

void KAEvent::setFirstRecurrence ( )

Definition at line 2142 of file alarmevent.cpp.

◆ setKMailSerialNumber()

void KAEvent::setKMailSerialNumber ( unsigned long  n)
inline

Definition at line 335 of file alarmevent.h.

◆ setLateCancel()

void KAEvent::setLateCancel ( int  lc)
inline

Definition at line 331 of file alarmevent.h.

◆ setLogFile()

void KAEvent::setLogFile ( const TQString &  logfile)

Definition at line 827 of file alarmevent.cpp.

◆ setNextOccurrence()

KAEvent::OccurType KAEvent::setNextOccurrence ( const TQDateTime &  preDateTime)

Definition at line 1980 of file alarmevent.cpp.

◆ setNoRecur()

void KAEvent::setNoRecur ( )
inline

Definition at line 424 of file alarmevent.h.

◆ setRecurAnnualByDate()

bool KAEvent::setRecurAnnualByDate ( int  freq,
const TQValueList< int > &  months,
int  day,
KARecurrence::Feb29Type  feb29,
int  count,
const TQDate &  end 
)

Definition at line 2344 of file alarmevent.cpp.

◆ setRecurAnnualByPos()

bool KAEvent::setRecurAnnualByPos ( int  freq,
const TQValueList< MonthPos > &  pos,
const TQValueList< int > &  months,
int  count,
const TQDate &  end 
)

Definition at line 2368 of file alarmevent.cpp.

◆ setRecurDaily()

bool KAEvent::setRecurDaily ( int  freq,
const TQBitArray &  days,
int  count,
const TQDate &  end 
)

Definition at line 2255 of file alarmevent.cpp.

◆ setRecurMinutely()

bool KAEvent::setRecurMinutely ( int  freq,
int  count,
const TQDateTime &  end 
)

Definition at line 2239 of file alarmevent.cpp.

◆ setRecurMonthlyByDate()

bool KAEvent::setRecurMonthlyByDate ( int  freq,
const TQValueList< int > &  days,
int  count,
const TQDate &  end 
)

Definition at line 2300 of file alarmevent.cpp.

◆ setRecurMonthlyByPos()

bool KAEvent::setRecurMonthlyByPos ( int  freq,
const TQValueList< MonthPos > &  pos,
int  count,
const TQDate &  end 
)

Definition at line 2321 of file alarmevent.cpp.

◆ setRecurrence()

void KAEvent::setRecurrence ( const KARecurrence &  recurrence)

Definition at line 2184 of file alarmevent.cpp.

◆ setRecurWeekly()

bool KAEvent::setRecurWeekly ( int  freq,
const TQBitArray &  days,
int  count,
const TQDate &  end 
)

Definition at line 2281 of file alarmevent.cpp.

◆ setReminder()

void KAEvent::setReminder ( int  minutes,
bool  onceOnly 
)

Definition at line 859 of file alarmevent.cpp.

◆ setRepeatAtLogin()

void KAEvent::setRepeatAtLogin ( bool  rl)
inline

Definition at line 333 of file alarmevent.h.

◆ setRepetition()

bool KAEvent::setRepetition ( int  interval,
int  count 
)

Definition at line 2206 of file alarmevent.cpp.

◆ setSaveDateTime()

void KAEvent::setSaveDateTime ( const TQDateTime &  dt)
inline

Definition at line 330 of file alarmevent.h.

◆ setTemplate()

void KAEvent::setTemplate ( const TQString &  name,
int  afterTime = -1 
)
inline

Definition at line 323 of file alarmevent.h.

◆ setTime()

void KAEvent::setTime ( const TQDateTime &  dt)
inline

Definition at line 329 of file alarmevent.h.

◆ setUid()

void KAEvent::setUid ( Status  s)
inline

Definition at line 334 of file alarmevent.h.

◆ setUpdated()

void KAEvent::setUpdated ( )
inline

Definition at line 346 of file alarmevent.h.

◆ soundVolume()

float KAEvent::soundVolume ( ) const
inline

Definition at line 389 of file alarmevent.h.

◆ startDateTime()

const DateTime & KAEvent::startDateTime ( ) const
inline

Definition at line 367 of file alarmevent.h.

◆ templateAfterTime()

int KAEvent::templateAfterTime ( ) const
inline

Definition at line 355 of file alarmevent.h.

◆ templateName()

const TQString & KAEvent::templateName ( ) const
inline

Definition at line 353 of file alarmevent.h.

◆ toBeArchived()

bool KAEvent::toBeArchived ( ) const
inline

Definition at line 407 of file alarmevent.h.

◆ uid()

TQString KAEvent::uid ( const TQString &  id,
Status  status 
)
static

Definition at line 888 of file alarmevent.cpp.

◆ uidStatus() [1/2]

Status KAEvent::uidStatus ( ) const
inline

Definition at line 412 of file alarmevent.h.

◆ uidStatus() [2/2]

KAEvent::Status KAEvent::uidStatus ( const TQString &  uid)
static

Definition at line 938 of file alarmevent.cpp.

◆ updated()

bool KAEvent::updated ( ) const
inline

Definition at line 409 of file alarmevent.h.

◆ updateKCalEvent()

bool KAEvent::updateKCalEvent ( KCal::Event ev,
bool  checkUid = true,
bool  original = false,
bool  cancelCancelledDefer = false 
) const

Definition at line 978 of file alarmevent.cpp.

◆ usingDefaultTime()

bool KAEvent::usingDefaultTime ( ) const
inline

Definition at line 354 of file alarmevent.h.

◆ valid()

bool KAEvent::valid ( ) const
inline

Definition at line 365 of file alarmevent.h.


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