Home
last modified time | relevance | path

Searched refs:m_panelType (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dfloatingpanelcommand.cpp37 : MenuItemHandler(id), m_title(title), m_panelType(panelType) {} in OpenFloatingPanel()
43 if (m_panelType == "FlipBook") { in execute()
48 getOrOpenFloatingPanel(m_panelType); in execute()
H A Dpane.h188 std::string m_panelType; variable
203 void setPanelType(const std::string &panelType) { m_panelType = panelType; } in setPanelType()
204 std::string getPanelType() { return m_panelType; } in getPanelType()
268 QString m_panelType; variable
275 QString getPanelType() const { return m_panelType; } in getPanelType()
H A Dpane.cpp46 , m_panelType("") in TPanel()
75 settings.beginGroup(QString::fromStdString(m_panelType)); in ~TPanel()
163 if (!settings.childGroups().contains(QString::fromStdString(m_panelType))) in restoreFloatingPanelState()
166 settings.beginGroup(QString::fromStdString(m_panelType)); in restoreFloatingPanelState()
514 TPanelFactory::TPanelFactory(QString panelType) : m_panelType(panelType) { in TPanelFactory()
516 tableInstance()[m_panelType] = this; in TPanelFactory()
521 TPanelFactory::~TPanelFactory() { tableInstance().remove(m_panelType); } in ~TPanelFactory()
H A Dfloatingpanelcommand.h17 std::string m_panelType; variable
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dworkspace_panel.cpp41 , m_panelType(panelType) in WorkspacePanel()
112 if (m_views.empty() && m_panelType == SUB_PANEL) { in removeView()
299 if (m_panelType == MAIN_PANEL) in dropViewAt()
H A Dworkspace_panel.h82 PanelType m_panelType; variable