LoggingForm
LoggingForm Class Reference
#include <loggingform.h>
Inheritance diagram for LoggingForm:

Public Member Functions | |
| LoggingForm ()=default | |
| void | createFinderChartLogger () |
| QTextDocument * | getDocument () |
Public Member Functions inherited from KStarsDocument | |
| KStarsDocument () | |
| void | clearContent () |
| void | print (QPrinter *printer) |
| bool | writeOdt (const QString &fname) |
| void | writePsPdf (const QString &fname) |
Additional Inherited Members | |
Protected Attributes inherited from KStarsDocument | |
| std::unique_ptr< QTextDocument > | m_Document |
Detailed Description
Class that represents logging form.
Currently, LoggingForm class is used to create logging forms for finder charts.
Definition at line 20 of file loggingform.h.
Constructor & Destructor Documentation
◆ LoggingForm()
|
default |
Constructor.
Member Function Documentation
◆ createFinderChartLogger()
| void LoggingForm::createFinderChartLogger | ( | ) |
Create simple logging form for finder charts.
Definition at line 14 of file loggingform.cpp.
◆ getDocument()
| QTextDocument * LoggingForm::getDocument | ( | ) |
Get logging form internal QTextDocument.
This method is used to enable inserting of LoggingForm objects into QTextDocument instances.
- Returns
- QTextDocument that contains logging form.
Definition at line 56 of file loggingform.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:02:40 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:02:40 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from