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

Public Member Functions | |
| LoggingForm () | |
| void | createFinderChartLogger () | 
| QTextDocument * | getDocument () | 
  Public Member Functions inherited from KStarsDocument | |
| 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 | |
| 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 32 of file loggingform.h.
Constructor & Destructor Documentation
| LoggingForm::LoggingForm | ( | ) | 
Constructor.
Definition at line 25 of file loggingform.cpp.
Member Function Documentation
| void LoggingForm::createFinderChartLogger | ( | ) | 
Create simple logging form for finder charts.
Definition at line 28 of file loggingform.cpp.
| 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 72 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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:22 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference
 Public Member Functions inherited from