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, WFlags fl=0) | |
| Settings::CodeViewerState | getState () |
| return the code viewer state | |
| void | addCodeDocument (CodeDocument *doc) |
| Adds a code document to the tabbed output. | |
Public Attributes | |
| QString | parentDocName |
Protected Slots | |
| virtual void | languageChange () |
Protected Member Functions | |
| bool | close (bool alsoDelete) |
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 42 of file codeviewerdialog.h.
Member Function Documentation
|
|
return the code viewer state
Definition at line 91 of file codeviewerdialog.cpp. Referenced by UMLApp::viewCodeDocument(). |
|
|
Adds a code document to the tabbed output.
Definition at line 79 of file codeviewerdialog.cpp. |
The documentation for this class was generated from the following files:
