MattyNotes
MattyNote Class Reference

#include <mattynote.h>

Public Member Functions

 MattyNote ()
 
 MattyNote (struct MattyNoteRow RowFromDb)
 
 ~MattyNote ()
 
void constructNote (struct MattyNoteRow RowFromDb)
 
void setTitle (const QString &Title)
 
void setType (const QString &TypeName)
 
void setType (int TypeId)
 
void setText (const QString &Text)
 
void setEventTime (const QString &EventTime)
 
void setEventDate (const QString &EventDate)
 
QString getTitle () const
 
QString getType () const
 
QString getText () const
 
QString getEventTime () const
 
QString getEventDate () const
 
QString getCrTime () const
 
QString getCrDate () const
 
int getTypeId () const
 
int getNoteId () const
 
QDateTime getEventTimeAndDate () const
 
QDateTime getCrTimeAndDate () const
 

Private Attributes

int NoteId
 
int NoteTypeId
 
QString NoteTitle
 
QString NoteType
 
QString NoteText
 
QString NoteEventTime
 
QString NoteEventDate
 
QString NoteEvDayOfWeek
 
QString NoteCrTime
 
QString NoteCrDate
 
QString NoteCrDayOfWeek
 
QDateTime EventTimeAndDate
 
QDateTime CrTimeAndDate
 

Constructor & Destructor Documentation

MattyNote::MattyNote ( )
MattyNote::MattyNote ( struct MattyNoteRow  RowFromDb)

Here is the call graph for this function:

MattyNote::~MattyNote ( )

Member Function Documentation

void MattyNote::constructNote ( struct MattyNoteRow  RowFromDb)

Here is the call graph for this function:

Here is the caller graph for this function:

QString MattyNote::getCrDate ( ) const

Here is the caller graph for this function:

QString MattyNote::getCrTime ( ) const

Here is the caller graph for this function:

QDateTime MattyNote::getCrTimeAndDate ( ) const
QString MattyNote::getEventDate ( ) const

Here is the caller graph for this function:

QString MattyNote::getEventTime ( ) const

Here is the caller graph for this function:

QDateTime MattyNote::getEventTimeAndDate ( ) const
int MattyNote::getNoteId ( ) const

Here is the caller graph for this function:

QString MattyNote::getText ( ) const

Here is the caller graph for this function:

QString MattyNote::getTitle ( ) const

Here is the caller graph for this function:

QString MattyNote::getType ( ) const

Here is the caller graph for this function:

int MattyNote::getTypeId ( ) const

Here is the caller graph for this function:

void MattyNote::setEventDate ( const QString &  EventDate)

Here is the caller graph for this function:

void MattyNote::setEventTime ( const QString &  EventTime)

Here is the caller graph for this function:

void MattyNote::setText ( const QString &  Text)

Here is the caller graph for this function:

void MattyNote::setTitle ( const QString &  Title)

Here is the caller graph for this function:

void MattyNote::setType ( const QString &  TypeName)

Here is the call graph for this function:

Here is the caller graph for this function:

void MattyNote::setType ( int  TypeId)

Here is the call graph for this function:

Member Data Documentation

QDateTime MattyNote::CrTimeAndDate
private
QDateTime MattyNote::EventTimeAndDate
private
QString MattyNote::NoteCrDate
private
QString MattyNote::NoteCrDayOfWeek
private
QString MattyNote::NoteCrTime
private
QString MattyNote::NoteEvDayOfWeek
private
QString MattyNote::NoteEventDate
private
QString MattyNote::NoteEventTime
private
int MattyNote::NoteId
private
QString MattyNote::NoteText
private
QString MattyNote::NoteTitle
private
QString MattyNote::NoteType
private
int MattyNote::NoteTypeId
private

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