umbrello/umbrello
CodeViewerDialog Class Reference
This class is sooo ugly I don't know where to begin. More...
#include <codeviewerdialog.h>

Public Member Functions | |
| CodeViewerDialog (QWidget *parent, CodeDocument *doc, Settings::CodeViewerState state, const char *name=0, bool modal=false, Qt::WFlags fl=0) | |
| ~CodeViewerDialog () | |
| void | addCodeDocument (CodeDocument *doc) |
| Settings::CodeViewerState | getState () |
Protected Slots | |
| virtual void | languageChange () |
Protected Member Functions | |
| bool | close () |
Detailed Description
This class is sooo ugly I don't know where to begin.
For now, its a prototype that works, and thats all we need. In the future, a re-write is mandated to bring a bit of beauty to this beast. -b.t.
Definition at line 33 of file codeviewerdialog.h.
Constructor & Destructor Documentation
| CodeViewerDialog::CodeViewerDialog | ( | QWidget * | parent, | |
| CodeDocument * | doc, | |||
| Settings::CodeViewerState | state, | |||
| const char * | name = 0, |
|||
| bool | modal = false, |
|||
| Qt::WFlags | fl = 0 | |||
| ) |
Definition at line 33 of file codeviewerdialog.cpp.
| CodeViewerDialog::~CodeViewerDialog | ( | ) |
Definition at line 49 of file codeviewerdialog.cpp.
Member Function Documentation
| void CodeViewerDialog::addCodeDocument | ( | CodeDocument * | doc | ) |
Adds a code document to the tabbed output.
Definition at line 72 of file codeviewerdialog.cpp.
| bool CodeViewerDialog::close | ( | ) | [protected] |
Definition at line 92 of file codeviewerdialog.cpp.
| Settings::CodeViewerState CodeViewerDialog::getState | ( | ) |
Return the code viewer state.
Definition at line 87 of file codeviewerdialog.cpp.
| void CodeViewerDialog::languageChange | ( | ) | [protected, virtual, slot] |
Sets the strings of the subwidgets using the current language.
Definition at line 109 of file codeviewerdialog.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference