Home
last modified time | relevance | path

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

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/qt/
H A Dwindow.cpp40 #define TRACE_QT_WINDOW "qtwindow" macro
311 wxLogTrace(TRACE_QT_WINDOW, wxT("wxWindow::~wxWindow %s m_qtWindow is NULL"), GetName()); in ~wxWindowQt()
316 wxLogTrace(TRACE_QT_WINDOW, wxT("wxWindow::~wxWindow %s m_qtWindow=%p"), GetName(), m_qtWindow); in ~wxWindowQt()
391 wxLogTrace(TRACE_QT_WINDOW, wxT("wxWindow::Create %s m_qtWindow=%p"), GetName(), m_qtWindow); in PostCreation()
533 wxLogTrace(TRACE_QT_WINDOW, wxT("wxWindow::Update %s"), GetName()); in Update()
559 wxLogTrace(TRACE_QT_WINDOW, wxT("wxWindow::Refresh %s rect %d %d %d %d"), in Refresh()
566 wxLogTrace(TRACE_QT_WINDOW, wxT("wxWindow::Refresh %s"), GetName()); in Refresh()
1278 … wxLogTrace(TRACE_QT_WINDOW, wxT("wxWindow::QtHandlePaintEvent %s clearing DC to %s"), in QtHandlePaintEvent()
1327 …wxLogTrace(TRACE_QT_WINDOW, wxT("wxWindow::QtHandlePaintEvent %s Qt widget painter begin failed"),… in QtHandlePaintEvent()