| umbrello 25.07.90
    Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology | 
#include <notepage.h>
 
  
| Public Member Functions | |
| NotePage (QWidget *parent, NoteWidget *note) | |
| ~NotePage () | |
| bool | apply () | 
| Public Member Functions inherited from DialogPageBase | |
| DialogPageBase (QWidget *parent) | |
| virtual | ~DialogPageBase () | 
| virtual bool | isModified () | 
| Protected Attributes | |
| DocumentationWidget * | m_docWidget | 
| widget holding the documentation | |
| NoteWidget * | m_noteWidget | 
| note widget to show documentation for | |
| Protected Attributes inherited from DialogPageBase | |
| bool | m_isModified | 
| Additional Inherited Members | |
| Protected Member Functions inherited from DialogPageBase | |
| virtual void | keyPressEvent (QKeyEvent *event) | 
| NotePage::NotePage | ( | QWidget * | parent, | 
| NoteWidget * | note ) | 
Constructs an note page.
| NotePage::~NotePage | ( | ) | 
Standard destructor.
| bool NotePage::apply | ( | ) | 
| 
 | protected | 
widget holding the documentation
| 
 | protected | 
note widget to show documentation for