#include <SUPERVGraph_ViewFrame.h>

Public Member Functions | |
| SUPERVGraph_View (QWidget *theParent) | |
| SUPERVGraph_View (SUPERVGraph_View *theParent) | |
| virtual void | ActivatePanning ()=0 |
| virtual void | ResetView ()=0 |
| virtual QString | popupClientType () const |
| virtual void | contextMenuPopup (QMenu *) |
| virtual void | resizeView (QResizeEvent *theEvent) |
| bool | connectPopupRequest (QObject *reciever, const char *slot) |
| bool | disconnectPopupRequest (QObject *reciever, const char *slot) |
Static Public Member Functions | |
| static QString | Type () |
Protected Member Functions | |
| void | init (QWidget *theParent) |
| void | contextMenuRequest (QContextMenuEvent *e) |
| SUPERVGraph_View::SUPERVGraph_View | ( | SUPERVGraph_View * | theParent | ) |
Constructor
References init().
| static QString SUPERVGraph_View.Type | ( | ) | [static] |
| virtual void SUPERVGraph_View.ActivatePanning | ( | ) | [pure virtual] |
| virtual void SUPERVGraph_View.ResetView | ( | ) | [pure virtual] |
| virtual QString SUPERVGraph_View.popupClientType | ( | ) | const [virtual] |
Implements SUIT_PopupClient.
| void SUPERVGraph_View::contextMenuPopup | ( | QMenu * | ) | [virtual] |
Builds popup for SUPERVGraph viewer
Reimplemented from SUIT_PopupClient.
| virtual void SUPERVGraph_View.resizeView | ( | QResizeEvent * | theEvent | ) | [virtual] |
| void SUPERVGraph_View::init | ( | QWidget * | theParent | ) | [protected] |
Initialization
| bool SUIT_PopupClient::connectPopupRequest | ( | QObject * | reciever, |
| const char * | slot | ||
| ) | [inherited] |
Connect popup request.
References SUIT_PopupClient.contextMenuRequest(), and SUIT_PopupClient.mySignal.
| bool SUIT_PopupClient::disconnectPopupRequest | ( | QObject * | reciever, |
| const char * | slot | ||
| ) | [inherited] |
Disconnect popup request.
References SUIT_PopupClient.contextMenuRequest(), and SUIT_PopupClient.mySignal.
| void SUIT_PopupClient::contextMenuRequest | ( | QContextMenuEvent * | e | ) | [protected, inherited] |
Send signal on context menu request.
References SUIT_PopupClient.mySignal, and SUIT_PopupClient.Signal.sendSignal().