Public Member Functions | |
| ViewPane (ViewFrame *frame) | |
| ViewFrame * | viewFrame () const |
| virtual bool | canSplitPane () const override |
| virtual Pane * | createSplitPane () override |
| virtual void | updateStatus () override |
| virtual Qt::Orientation | defaultSplitDirection () const override |
| virtual void | setDefaultSplitDirection (Qt::Orientation orientation) override |
| virtual void | focus () override |
| virtual QString | title () override |
| void | recreateViewFrame (std::map< SyncGroup *, ViewLocation > &locations) |
| void | sendViewChange () |
Public Member Functions inherited from Pane | |
| Pane (QWidget *widget) | |
| QWidget * | widget () const |
| virtual bool | canSplitPane () const |
| virtual Pane * | createSplitPane () |
| virtual void | updateStatus () |
| virtual void | focus () |
| virtual QString | title ()=0 |
| void | closePane () |
| void | splitPane (Qt::Orientation orientation) |
| virtual void | setIsSinglePane (bool isSinglePane) |
| virtual void | setIsActivePane (bool active) |
| virtual Qt::Orientation | defaultSplitDirection () const |
| virtual void | setDefaultSplitDirection (Qt::Orientation orientation) |
| void | setWidget (QWidget *widget) |
Additional Inherited Members | |
Public Slots inherited from Pane | |
| void | splitButtonClicked (Qt::Orientation orientation) |
| void | closeButtonClicked () |
| void | headerClicked () |
| void | movePaneRequested (Pane *target, Qt::Edge edge) |
| void | newWindowForPaneRequested (QScreen *screen, QPoint pos) |
Signals inherited from Pane | |
| void | paneCloseRequested () |
| void | paneSplitRequested (Pane *newPane, Qt::Edge edge) |
| void | movePane (Pane *target, Qt::Edge edge) |
| void | newWindowForPane (QScreen *screen, QPoint pos) |
| void | notifyViewChanged (ViewFrame *frame) |
Protected Member Functions inherited from Pane | |
| void | init (PaneHeader *header) |
| ViewPane::ViewPane | ( | ViewFrame * | frame | ) |
|
inlineoverridevirtual |
Reimplemented from Pane.
|
overridevirtual |
Reimplemented from Pane.
|
overridevirtual |
Reimplemented from Pane.
| void ViewPane::recreateViewFrame | ( | std::map< SyncGroup *, ViewLocation > & | locations | ) |
| void ViewPane::sendViewChange | ( | ) |
|
overridevirtual |
Reimplemented from Pane.
|
overridevirtual |
Implements Pane.
|
overridevirtual |
Reimplemented from Pane.
|
inline |