Searched refs:traits (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Drendcmn.cpp73 wxAppTraits *traits = wxTheApp ? wxTheApp->GetTraits() : NULL; local
74 if ( traits )
76 // ask the traits object to create a renderer for us
77 reset(traits->CreateRenderer());
H A Dstdpbase.cpp55 wxAppTraits * const traits = wxTheApp ? wxTheApp->GetTraits() : NULL; local
56 wxCHECK_MSG( traits, gs_stdPaths, _T("create wxApp before calling this") );
58 return traits->GetStandardPaths();
H A Dappbase.cpp92 // prepare for showing the assert dialog, use the given traits or
100 wxAppTraits *traits = NULL);
221 // traits stuff
249 wxAppTraits *traits = GetTraits(); local
250 return traits ? traits->CreateLogTarget() : NULL;
257 wxAppTraits *traits = GetTraits(); local
258 return traits ? traits->CreateMessageOutput() : NULL;
780 wxAppTraits *traits)
775 ShowAssertDialog(const wxChar *szFile, int nLine, const wxChar *szFunc, const wxChar *szCond, const wxChar *szMsg, wxAppTraits *traits) argument
[all...]
H A Dplatinfo.cpp168 const wxAppTraits * const traits = wxTheApp ? wxTheApp->GetTraits() : NULL; local
169 if ( !traits )
180 m_port = traits->GetToolkitVersion(&m_tkVersionMajor, &m_tkVersionMinor);
181 m_usingUniversal = traits->IsUsingUniversalWidgets();
H A Dsocket.cpp144 wxAppTraits *traits = wxAppConsole::GetInstance() ? local
147 traits ? traits->GetSocketGUIFunctionsTable() : NULL;
228 wxAppTraits *traits = wxTheApp ? wxTheApp->GetTraits() : NULL; local
229 if ( traits )
230 traits->RemoveFromPendingDelete(this);
259 wxAppTraits *traits = wxTheApp ? wxTheApp->GetTraits() : NULL; local
260 if ( traits )
262 // let the traits object decide what to do with us
263 traits
[all...]
H A Dfmapbase.cpp292 wxAppTraits *traits = wxTheApp ? wxTheApp->GetTraits() : NULL; local
293 if ( traits )
295 sm_instance = traits->CreateFontMapper();
H A Dlog.cpp589 wxAppTraits *traits = wxTheApp ? wxTheApp->GetTraits() : NULL; local
590 if ( traits && !traits->HasStderr() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dutilsexc.cpp912 wxAppTraits *traits = wxTheApp ? wxTheApp->GetTraits() : NULL; local
913 wxCHECK_MSG( traits, -1, _T("no wxAppTraits in wxExecute()?") );
919 cookie = traits->BeforeChildWaitLoop();
935 traits->AlwaysYield();
941 traits->AfterChildWaitLoop(cookie);
H A Dthread.cpp807 wxAppTraits *traits = wxTheApp ? wxTheApp->GetTraits() local
810 if ( traits && !traits->DoMessageFromThreadWait() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dutilsunx.cpp494 // we have a valid traits pointer
496 wxAppTraits *traits = wxTheApp ? wxTheApp->GetTraits() : NULL;
497 if ( !traits )
498 traits = &traitsConsole;
507 if ( !traits->CreateEndProcessPipe(execData) )
567 || traits->IsWriteFDOfEndProcessPipe(execData, fd) )
590 traits->DetachWriteFDOfEndProcessPipe(execData);
673 return traits->WaitForChild(execData);
H A Dmimetype.cpp1530 if ( wxAppTraits * const traits = wxTheApp ? wxTheApp->GetTraits()
1533 wxString wm = traits->GetDesktopEnvironment();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dthread.cpp406 wxAppTraits *traits = wxTheApp ? wxTheApp->GetTraits() : NULL; local
408 if (traits)
409 traits->InitializeGui(ulHab);
411 if (traits)
412 traits->TerminateGui(ulHab);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcfsocket.cpp169 wxAppTraits *traits = wxAppConsole::GetInstance() ?
172 traits ? traits->GetSocketGUIFunctionsTable() : NULL;
256 wxAppTraits *traits = wxTheApp ? wxTheApp->GetTraits() : NULL; local
257 if ( traits )
258 traits->RemoveFromPendingDelete(this);
289 wxAppTraits *traits = wxTheApp ? wxTheApp->GetTraits() : NULL; local
290 if ( traits )
292 // let the traits object decide what to do with us
293 traits
[all...]

Completed in 382 milliseconds