/dports/www/itop/web/application/ |
H A D | ajaxwebpage.class.inc.php | 65 public function AddToTab($sTabContainer, $sTabLabel, $sHtml) function in ajax_page 67 $this->add($this->m_oTabs->AddToTab($sTabContainer, $sTabLabel, $sHtml)); 308 …$this->m_oTabs->AddToTab($this->m_oTabs->GetCurrentTabContainer(), $this->m_oTabs->GetCurrentTab()…
|
H A D | webpage.class.inc.php | 897 public function AddToTab($sTabContainer, $sTabLabel, $sHtml); function 956 $this->AddToTab($this->m_sCurrentTabContainer, $this->m_sCurrentTab, $sHtml); 995 public function AddToTab($sTabContainer, $sTabLabel, $sHtml) function in TabManager
|
H A D | itopwebpage.class.inc.php | 1477 public function AddToTab($sTabContainer, $sTabLabel, $sHtml) function in iTopWebPage 1479 $this->add($this->m_oTabs->AddToTab($sTabContainer, $sTabLabel, $sHtml));
|
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmlprofiler/ |
H A D | qmlprofilerviewmanager.cpp | 93 m_perspective->addWindow(m_flameGraphView, Perspective::AddToTab, m_traceView); in createViews() 98 m_perspective->addWindow(m_statisticsView, Perspective::AddToTab, anchorDock); in createViews()
|
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/ |
H A D | debuggermainwindow.h | 79 enum OperationType { SplitVertical, SplitHorizontal, AddToTab, Raise }; enumerator
|
H A D | debuggerengine.cpp | 854 m_perspective->addWindow(m_threadsWindow, Perspective::AddToTab, m_breakWindow); in setupViews() 855 m_perspective->addWindow(m_modulesWindow, Perspective::AddToTab, m_threadsWindow, false); in setupViews() 856 m_perspective->addWindow(m_sourceFilesWindow, Perspective::AddToTab, m_modulesWindow, false); in setupViews() 857 …m_perspective->addWindow(m_localsAndInspectorWindow, Perspective::AddToTab, nullptr, true, Qt::Rig… in setupViews() 859 …m_perspective->addWindow(m_registerWindow, Perspective::AddToTab, m_localsAndInspectorWindow, fals… in setupViews() 860 …m_perspective->addWindow(m_peripheralRegisterWindow, Perspective::AddToTab, m_localsAndInspectorWi… in setupViews() 861 …m_perspective->addWindow(m_logWindow, Perspective::AddToTab, nullptr, false, Qt::TopDockWidgetArea… in setupViews()
|
H A D | debuggermainwindow.cpp | 626 case Perspective::AddToTab: in setupLayout()
|
H A D | debuggerplugin.cpp | 1188 …m_perspective.addWindow(globalLogWindow, Perspective::AddToTab, nullptr, false, Qt::TopDockWidgetA… in DebuggerPluginPrivate()
|
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/ctfvisualizer/ |
H A D | ctfvisualizertool.cpp | 128 m_perspective.addWindow(m_statisticsView, Utils::Perspective::AddToTab, m_traceView); in createViews()
|
/dports/www/itop/web/pages/ |
H A D | csvimport.php | 1368 $oPage->AddToTab('tabs1', Dict::S('UI:CSVImport:Tab:LoadFromFile'), $sFileLoadHtml); 1404 $oPage->AddToTab('tabs1', Dict::S('UI:CSVImport:Tab:CopyPaste'), $sPasteDataHtml); 1416 $oPage->AddToTab('tabs1', Dict::S('UI:CSVImport:Tab:Templates'), $sTemplateHtml);
|
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/perfprofiler/ |
H A D | perfprofilertool.cpp | 207 m_perspective.addWindow(m_flameGraphView, Perspective::AddToTab, m_traceView); in createViews() 211 m_perspective.addWindow(m_statisticsView, Perspective::AddToTab, m_flameGraphView); in createViews()
|