Searched refs:ThreadWindow (Results 1 - 9 of 9) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DWaitObjectsPage.cpp10 ThreadWindow::WaitObjectsPage::WaitObjectsPage()
H A DWaitObjectsPage.h11 #include "thread_window/ThreadWindow.h"
14 class ThreadWindow::WaitObjectsPage
H A DThreadWindow.cpp6 #include "ThreadWindow.h"
36 ThreadWindow::ThreadWindow(SubWindowManager* manager, Model* model, function in class:ThreadWindow
73 ThreadWindow::~ThreadWindow()
85 ThreadWindow::MessageReceived(BMessage* message)
116 ThreadWindow::Quit()
126 ThreadWindow::Show()
130 AutoLocker<ThreadWindow> locker;
145 ThreadWindow
[all...]
H A DThreadWindow.h17 class ThreadWindow : public SubWindow { class in inherits:SubWindow
19 ThreadWindow(SubWindowManager* manager,
21 virtual ~ThreadWindow();
H A DGeneralPage.h9 #include "thread_window/ThreadWindow.h"
15 class ThreadWindow::GeneralPage : public AbstractGeneralPage {
H A DGeneralPage.cpp13 ThreadWindow::GeneralPage::GeneralPage()
38 ThreadWindow::GeneralPage::~GeneralPage()
44 ThreadWindow::GeneralPage::SetModel(Model* model, Model::Thread* thread)
H A DActivityPage.h10 #include "thread_window/ThreadWindow.h"
18 class ThreadWindow::ActivityPage : public BGroupView {
H A DActivityPage.cpp46 class ThreadWindow::ActivityPage::ThreadActivityData
329 ThreadWindow::ActivityPage::ActivityPage()
396 ThreadWindow::ActivityPage::~ActivityPage()
407 ThreadWindow::ActivityPage::SetModel(ThreadModel* model)
436 ThreadWindow::ActivityPage::MessageReceived(BMessage* message)
459 ThreadWindow::ActivityPage::AttachedToWindow()
469 ThreadWindow::ActivityPage::_UpdateChartDataEnabled(int timeType)
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DMainWindow.cpp31 #include "thread_window/ThreadWindow.h"
167 ThreadWindow* window = dynamic_cast<ThreadWindow*>(
179 window = new ThreadWindow(fSubWindowManager, fModel, thread);

Completed in 63 milliseconds