|
umbrello 26.03.70-1a62d36
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
#include <umlappprivate.h>
Public Slots | |
| void | slotLogWindowItemDoubleClicked (QListWidgetItem *item) |
| void | initActions () |
| void | initWidgets () |
| void | createBirdWindow () |
| void | createCommandHistoryWindow () |
| void | createDebugWindow () |
| void | createDiagramsWindow () |
| void | createDocumentationWindow () |
| void | createLogWindow () |
| void | createObjectsWindow () |
| void | createPropertyWindow () |
| void | createStereotypesWindow () |
| void | createTreeWindow () |
| void | createWelcomeWindow () |
| void | slotWelcomeWindowLinkClicked (const QUrl &url) |
| void | createBirdView (UMLView *view) |
| void | deleteBirdView () |
| void | slotBirdViewChanged (const QPointF &delta) |
Public Member Functions | |
| UMLAppPrivate (UMLApp *_parent) | |
| ~UMLAppPrivate () | |
| bool | openFileInEditor (const QUrl &file, int startCursor=0, int endCursor=0) |
| void | onSettingsChanged (const Settings::OptionState &optionState) |
Public Attributes | |
| UMLApp * | parent |
| FindDialog | findDialog |
| FindResults | findResults |
| QListWidget * | logWindow |
| Logging window. More... | |
| DiagramsWindow * | diagramsWindow |
| ObjectsWindow * | objectsWindow |
| StereotypesWindow * | stereotypesWindow |
| DocWindow * | docWindow |
| Documentation window. More... | |
| BirdView * | birdView |
| Bird View window. More... | |
| UMLListView * | listView |
| Listview shows the current open file. More... | |
| QUndoView * | pQUndoView |
| Undo / Redo Viewer. More... | |
| BirdViewDockWidget * | birdViewDock |
| Contains the bird's eye view. More... | |
| QDockWidget * | editorWindow |
| QDockWidget * | logDock |
| Contains the log window widget. More... | |
| QDockWidget * | welcomeWindow |
| QDockWidget * | cmdHistoryDock |
| Contains the undo/redo viewer widget. More... | |
| QDockWidget * | debugDock |
| Contains the debug DocWindow widget. More... | |
| QDockWidget * | documentationDock |
| Contains the documentation DocWindow widget. More... | |
| QDockWidget * | listDock |
| Contains the UMLListView tree view. More... | |
| KTextEditor::Editor * | editor |
| KTextEditor::View * | view |
| KTextEditor::Document * | document |
| KActionCategory * | dockCategory |
Private Member Functions | |
| QString | findWelcomeFile () |
| QString | readWelcomeFile (const QString &file) |
Class UMLAppPrivate holds private class members/methods to reduce the size of the public class and to speed up recompiling. The migration to this class is not complete yet.
|
inlineexplicit |
|
inline |
|
inlineslot |
Create bird's view window in a dock widget.
|
inlineslot |
|
inlineslot |
|
inlineslot |
|
inlineslot |
|
inlineslot |
|
inlineslot |
|
inlineslot |
|
inlineslot |
|
inlineslot |
|
inlineslot |
|
inlineslot |
|
inlineslot |
|
private |
Find welcome.html file for displaying in the welcome window.
|
inlineslot |
|
inlineslot |
|
inline |
|
private |
Read welcome file for displaying in the welcome window.
This method also patches out some unrelated stuff from the html file intended or being displayed with khelpcenter.
|
inlineslot |
Slot for changes of the bird view's rectangle by moving.
| delta | change value for a move |
|
inlineslot |
|
inlineslot |
| BirdView* UMLAppPrivate::birdView |
Bird View window.
| BirdViewDockWidget* UMLAppPrivate::birdViewDock |
Contains the bird's eye view.
| QDockWidget* UMLAppPrivate::cmdHistoryDock |
Contains the undo/redo viewer widget.
| QDockWidget* UMLAppPrivate::debugDock |
Contains the debug DocWindow widget.
| DiagramsWindow* UMLAppPrivate::diagramsWindow |
| KActionCategory* UMLAppPrivate::dockCategory |
| KTextEditor::Document* UMLAppPrivate::document |
| QDockWidget* UMLAppPrivate::documentationDock |
Contains the documentation DocWindow widget.
| DocWindow* UMLAppPrivate::docWindow |
Documentation window.
| KTextEditor::Editor* UMLAppPrivate::editor |
| QDockWidget* UMLAppPrivate::editorWindow |
| FindDialog UMLAppPrivate::findDialog |
| FindResults UMLAppPrivate::findResults |
| QDockWidget* UMLAppPrivate::listDock |
Contains the UMLListView tree view.
| UMLListView* UMLAppPrivate::listView |
Listview shows the current open file.
| QDockWidget* UMLAppPrivate::logDock |
Contains the log window widget.
| QListWidget* UMLAppPrivate::logWindow |
Logging window.
| ObjectsWindow* UMLAppPrivate::objectsWindow |
| UMLApp* UMLAppPrivate::parent |
| QUndoView* UMLAppPrivate::pQUndoView |
Undo / Redo Viewer.
| StereotypesWindow* UMLAppPrivate::stereotypesWindow |
| KTextEditor::View* UMLAppPrivate::view |
| QDockWidget* UMLAppPrivate::welcomeWindow |