| umbrello 25.04.2
    Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology | 
#include <codevieweroptionspage.h>
 
  
| Signals | |
| void | applyClicked () | 
| Public Member Functions | |
| CodeViewerOptionsPage (Settings::CodeViewerState options, QWidget *parent=nullptr, const char *name=nullptr) | |
| ~CodeViewerOptionsPage () | |
| Settings::CodeViewerState | getOptions () | 
| void | apply () | 
|  Public Member Functions inherited from DialogPageBase | |
| DialogPageBase (QWidget *parent) | |
| virtual | ~DialogPageBase () | 
| virtual bool | isModified () | 
| Private Attributes | |
| Settings::CodeViewerState | m_options | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from DialogPageBase | |
| virtual void | keyPressEvent (QKeyEvent *event) | 
|  Protected Attributes inherited from DialogPageBase | |
| bool | m_isModified | 
| 
 | explicit | 
| CodeViewerOptionsPage::~CodeViewerOptionsPage | ( | ) | 
| void CodeViewerOptionsPage::apply | ( | ) | 
| 
 | signal | 
| Settings::CodeViewerState CodeViewerOptionsPage::getOptions | ( | ) | 
| 
 | private |