33 class PropertyContainer;
Pane * getHiddenPane(int n)
The base class for visual representations of the data found in a Model.
void setShowPaneAccessories(bool show)
void hidePane(Pane *pane)
void propertyStacksResized()
PaneStack(QWidget *parent, ViewManager *viewManager)
int m_propertyStackMinWidth
void dropAccepted(Pane *pane, QStringList uriList)
ViewManager * m_viewManager
void paneDeleteButtonClicked()
std::vector< PaneRec > m_panes
QLabel * currentIndicator
void doubleClickSelectInvoked(int frame)
int getHiddenPaneCount() const
void paneAboutToBeDeleted(Pane *pane)
void propertyContainerAdded(PropertyContainer *)
LayoutStyle getLayoutStyle() const
LayoutStyle m_layoutStyle
void propertyContainerRemoved(PropertyContainer *)
int getPaneIndex(Pane *pane)
void showOrHidePaneAccessories()
void propertyContainerSelected(View *client, PropertyContainer *)
void deletePane(Pane *pane)
void setLayoutStyle(LayoutStyle style)
void contextHelpChanged(const QString &)
void setCurrentLayer(Pane *pane, Layer *layer)
void setPropertyStackMinWidth(int mw)
void currentPaneChanged(Pane *pane)
QStackedWidget * m_propertyStackStack
View is the base class of widgets that display one or more overlaid views of data against a horizonta...
void setCurrentPane(Pane *pane)
The ViewManager manages properties that may need to be synchronised between separate Views.
void showPane(Pane *pane)
Pane * addPane(bool suppressPropertyBox=false)
void viewSelected(View *v)
void sizePropertyStacks()
void rightButtonMenuRequested(Pane *pane, QPoint position)
void paneInteractedWith()
std::vector< PaneRec > m_hiddenPanes
void paneDropAccepted(QStringList)
void currentLayerChanged(Pane *pane, Layer *layer)
Pane * insertPane(int index, bool suppressPropertyBox=false)