Qt 5.10 Book Examples
Public Slots | Public Member Functions | List of all members
MyView Class Reference

#include <MyView.h>

Inheritance diagram for MyView:

Public Slots

void slotZoomIn ()
 
void slotZoomOut ()
 
void slotRotateLeft ()
 
void slotRotateRight ()
 

Public Member Functions

 MyView (QGraphicsScene *pScene, QWidget *pwgt=0)
 

Detailed Description

Definition at line 16 of file MyView.h.

Constructor & Destructor Documentation

◆ MyView()

MyView::MyView ( QGraphicsScene *  pScene,
QWidget *  pwgt = 0 
)
inline

Definition at line 19 of file MyView.h.

Member Function Documentation

◆ slotRotateLeft

void MyView::slotRotateLeft ( )
inlineslot

Definition at line 35 of file MyView.h.

◆ slotRotateRight

void MyView::slotRotateRight ( )
inlineslot

Definition at line 40 of file MyView.h.

◆ slotZoomIn

void MyView::slotZoomIn ( )
inlineslot

Definition at line 25 of file MyView.h.

◆ slotZoomOut

void MyView::slotZoomOut ( )
inlineslot

Definition at line 30 of file MyView.h.


The documentation for this class was generated from the following file: