libopie PIM API Documentation

OPimState Class Reference

The State of a Task This class encapsules the state of a todo and it's shared too. More...

#include <opimstate.h>

List of all members.

Public Types

enum  State {
  Started = 0, Postponed, Finished, NotStarted,
  Undefined
}

Public Member Functions

 OPimState (int state=Undefined)
 OPimState (const OPimState &)
 ~OPimState ()
bool operator== (const OPimState &)
OPimStateoperator= (const OPimState &)
void setState (int state)
int state () const


Detailed Description

The State of a Task This class encapsules the state of a todo and it's shared too.

Definition at line 17 of file opimstate.h.


Member Enumeration Documentation

enum OPimState::State
 

Enumeration values:
Started 
Postponed 
Finished 
NotStarted 
Undefined 

Definition at line 19 of file opimstate.h.


Constructor & Destructor Documentation

OPimState::OPimState int  state = Undefined  ) 
 

Definition at line 16 of file opimstate.cpp.

OPimState::OPimState const OPimState  ) 
 

Definition at line 20 of file opimstate.cpp.

OPimState::~OPimState  ) 
 

Definition at line 25 of file opimstate.cpp.


Member Function Documentation

bool OPimState::operator== const OPimState  ) 
 

Definition at line 31 of file opimstate.cpp.

References data.

OPimState & OPimState::operator= const OPimState  ) 
 

Definition at line 36 of file opimstate.cpp.

References data.

void OPimState::setState int  state  ) 
 

Definition at line 43 of file opimstate.cpp.

int OPimState::state  )  const
 

Definition at line 47 of file opimstate.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for OPIE Version 1.1.
Documentation copyright © 1997-2003 the KDE developers. 2003 OPIE developers
Generated on Tue Feb 10 20:26:26 2004 by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2001