• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdesdk API Reference
  • KDE Home
  • Contact Us
 

umbrello/umbrello

  • sources
  • kde-4.12
  • kdesdk
  • umbrello
  • umbrello
  • dialogs
assocpage.h
Go to the documentation of this file.
1 /***************************************************************************
2  * This program is free software; you can redistribute it and/or modify *
3  * it under the terms of the GNU General Public License as published by *
4  * the Free Software Foundation; either version 2 of the License, or *
5  * (at your option) any later version. *
6  * *
7  * copyright (C) 2002-2013 *
8  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
9  ***************************************************************************/
10 
11 #ifndef ASSOCPAGE_H
12 #define ASSOCPAGE_H
13 
14 #include "associationwidgetlist.h"
15 
16 #include <QWidget>
17 
18 class AssociationWidget;
19 class ListPopupMenu;
20 class QGroupBox;
21 class QListWidget;
22 class QListWidgetItem;
23 class UMLObject;
24 class UMLScene;
25 
34 class AssocPage : public QWidget
35 {
36  Q_OBJECT
37 public:
38  AssocPage(QWidget *parent, UMLScene * scene, UMLObject * o);
39  ~AssocPage();
40 
41 private:
42  UMLObject *m_pObject;
43  UMLScene *m_pScene;
44  QListWidget *m_pAssocLW;
45  QGroupBox *m_pAssocGB;
46  AssociationWidgetList m_List;
47 
48  void fillListBox();
49 
50 public slots:
51  void slotDoubleClick(QListWidgetItem *item);
52  void slotRightButtonPressed(const QPoint &p);
53  void slotMenuSelection(QAction* action);
54 };
55 
56 #endif
AssocPage::slotDoubleClick
void slotDoubleClick(QListWidgetItem *item)
Definition: assocpage.cpp:73
QWidget
AssocPage::~AssocPage
~AssocPage()
Standard destructor.
Definition: assocpage.cpp:65
AssocPage::AssocPage
AssocPage(QWidget *parent, UMLScene *scene, UMLObject *o)
Constructs an instance of AssocPage.
Definition: assocpage.cpp:33
AssocPage::slotMenuSelection
void slotMenuSelection(QAction *action)
Definition: assocpage.cpp:113
UMLObject
This class is the non-graphical version of UMLWidget.
Definition: umlobject.h:41
AssociationWidget
This class represents an association inside a diagram.
Definition: associationwidget.h:50
associationwidgetlist.h
AssocPage
Displays a page on the tabbed dialog window of ClassPropDlg.
Definition: assocpage.h:34
AssociationWidgetList
QList< AssociationWidget * > AssociationWidgetList
Definition: associationwidgetlist.h:18
ListPopupMenu
A popup menu that depending on what type is set to will display a different menu. ...
Definition: listpopupmenu.h:40
AssocPage::slotRightButtonPressed
void slotRightButtonPressed(const QPoint &p)
Definition: assocpage.cpp:106
UMLScene
UMLScene instances represent diagrams.
Definition: umlscene.h:70
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:05:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

umbrello/umbrello

Skip menu "umbrello/umbrello"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Modules
  • Related Pages

kdesdk API Reference

Skip menu "kdesdk API Reference"
  • kapptemplate
  • kcachegrind
  • kompare
  • lokalize
  • okteta
  • umbrello
  •   umbrello

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal