MyBooks
Public Member Functions | List of all members
CuteReport::PageManipulatorInterface Class Referenceabstract

#include <pageinterface.h>

Inheritance diagram for CuteReport::PageManipulatorInterface:
Inheritance graph
[legend]
Collaboration diagram for CuteReport::PageManipulatorInterface:
Collaboration graph
[legend]

Public Member Functions

 PageManipulatorInterface (QObject *parent=0)
 
virtual ~PageManipulatorInterface ()
 
virtual void setActivePage (PageInterface *page)=0
 
virtual PageInterfaceactivePage ()=0
 
virtual int pageManupilatorId ()=0
 
virtual QList< PageAction * > actions ()=0
 
virtual QList< QLabel * > statusBarLabels ()=0
 
 PageManipulatorInterface (QObject *parent=0)
 
virtual ~PageManipulatorInterface ()
 
virtual void setActivePage (PageInterface *page)=0
 
virtual PageInterfaceactivePage ()=0
 
virtual int pageManupilatorId ()=0
 
virtual QList< PageAction * > actions ()=0
 
virtual QList< QLabel * > statusBarLabels ()=0
 

Constructor & Destructor Documentation

◆ PageManipulatorInterface() [1/2]

CuteReport::PageManipulatorInterface::PageManipulatorInterface ( QObject *  parent = 0)
explicit

◆ ~PageManipulatorInterface() [1/2]

virtual CuteReport::PageManipulatorInterface::~PageManipulatorInterface ( )
inlinevirtual

◆ PageManipulatorInterface() [2/2]

CuteReport::PageManipulatorInterface::PageManipulatorInterface ( QObject *  parent = 0)
explicit

◆ ~PageManipulatorInterface() [2/2]

virtual CuteReport::PageManipulatorInterface::~PageManipulatorInterface ( )
inlinevirtual

Member Function Documentation

◆ actions() [1/2]

virtual QList<PageAction*> CuteReport::PageManipulatorInterface::actions ( )
pure virtual

◆ actions() [2/2]

virtual QList<PageAction*> CuteReport::PageManipulatorInterface::actions ( )
pure virtual

◆ activePage() [1/2]

virtual PageInterface* CuteReport::PageManipulatorInterface::activePage ( )
pure virtual

◆ activePage() [2/2]

virtual PageInterface* CuteReport::PageManipulatorInterface::activePage ( )
pure virtual

◆ pageManupilatorId() [1/2]

virtual int CuteReport::PageManipulatorInterface::pageManupilatorId ( )
pure virtual

◆ pageManupilatorId() [2/2]

virtual int CuteReport::PageManipulatorInterface::pageManupilatorId ( )
pure virtual

◆ setActivePage() [1/2]

virtual void CuteReport::PageManipulatorInterface::setActivePage ( PageInterface page)
pure virtual

◆ setActivePage() [2/2]

virtual void CuteReport::PageManipulatorInterface::setActivePage ( PageInterface page)
pure virtual

◆ statusBarLabels() [1/2]

virtual QList<QLabel*> CuteReport::PageManipulatorInterface::statusBarLabels ( )
pure virtual

◆ statusBarLabels() [2/2]

virtual QList<QLabel*> CuteReport::PageManipulatorInterface::statusBarLabels ( )
pure virtual

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