#include <MainWindowBase.h>
Inherits SVFileReaderPaneCallback.
Inheritance diagram for MainWindowBase::PaneCallback:


Definition at line 285 of file MainWindowBase.h.
Public Member Functions | |
| PaneCallback (MainWindowBase *mw) | |
| virtual Pane * | addPane () |
| virtual void | setWindowSize (int width, int height) |
| virtual void | addSelection (int start, int end) |
Protected Attributes | |
| MainWindowBase * | m_mw |
| MainWindowBase::PaneCallback::PaneCallback | ( | MainWindowBase * | mw | ) | [inline] |
Definition at line 288 of file MainWindowBase.h.
| virtual Pane* MainWindowBase::PaneCallback::addPane | ( | ) | [inline, virtual] |
Implements SVFileReaderPaneCallback.
Definition at line 289 of file MainWindowBase.h.
References MainWindowBase::addPaneToStack(), and m_mw.
| virtual void MainWindowBase::PaneCallback::setWindowSize | ( | int | width, | |
| int | height | |||
| ) | [inline, virtual] |
Implements SVFileReaderPaneCallback.
Definition at line 290 of file MainWindowBase.h.
References m_mw.
| virtual void MainWindowBase::PaneCallback::addSelection | ( | int | start, | |
| int | end | |||
| ) | [inline, virtual] |
Implements SVFileReaderPaneCallback.
Definition at line 293 of file MainWindowBase.h.
References ViewManager::addSelection(), m_mw, and MainWindowBase::m_viewManager.
MainWindowBase* MainWindowBase::PaneCallback::m_mw [protected] |
Definition at line 297 of file MainWindowBase.h.
Referenced by addPane(), addSelection(), and setWindowSize().
1.5.1