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

A window for creating and editing date notes. More...

#include <NoteCreatorWindow.h>

Inheritance diagram for NoteCreatorWindow:

Classes

struct  Package
 Contains all data for a note. More...
 

Signals

void accept_enqueue ()
 Emitted when changes are accepted.
 

Public Member Functions

 NoteCreatorWindow (QWidget *parent=nullptr)
 Constructs a NoteCreatorWindow.
 
 ~NoteCreatorWindow ()
 Destructor.
 
void setOperatingDate (const QDate &date)
 Sets the operating date.
 
const Packagepackage () const
 Gets the current note package.
 

Detailed Description

A window for creating and editing date notes.

Provides a complete interface for creating, editing, and managing notes with associated dates and colors.

Constructor & Destructor Documentation

◆ NoteCreatorWindow()

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

Constructs a NoteCreatorWindow.

Parameters
parentThe parent widget

Member Function Documentation

◆ package()

const Package & NoteCreatorWindow::package ( ) const
inline

Gets the current note package.

Returns
The current package

◆ setOperatingDate()

void NoteCreatorWindow::setOperatingDate ( const QDate &  date)

Sets the operating date.

Parameters
dateThe date to operate on

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