CCIMXDesktop
 
Loading...
Searching...
No Matches
DateNoter Class Reference

A panel widget for displaying and editing date notes. More...

#include <DateNoter.h>

Inheritance diagram for DateNoter:
PanelWidget

Public Member Functions

 DateNoter (QWidget *parent=nullptr)
 Constructs a DateNoter widget.
 
 ~DateNoter ()
 Destructor.
 
void setDisplayingDate (const QDate &date, NoteInfo *info)
 Sets the date and note to display.
 
- Public Member Functions inherited from PanelWidget
 PanelWidget (QWidget *parent=nullptr)
 PanelWidget.
 
void slideIn ()
 slide the widget in
 
void slideOut ()
 slide the widget out
 

Detailed Description

A panel widget for displaying and editing date notes.

Provides an interface for viewing and modifying notes associated with specific dates.

Constructor & Destructor Documentation

◆ DateNoter()

DateNoter::DateNoter ( QWidget *  parent = nullptr)
explicit

Constructs a DateNoter widget.

Parameters
parentThe parent widget

Member Function Documentation

◆ setDisplayingDate()

void DateNoter::setDisplayingDate ( const QDate &  date,
NoteInfo info 
)

Sets the date and note to display.

Parameters
dateThe date to display
infoThe note information to display

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