Home
last modified time | relevance | path

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

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dgaugecmn.cpp40 delete m_appProgressIndicator; in ~wxGaugeBase()
106 m_appProgressIndicator = NULL; in wxEND_PROPERTIES_TABLE()
112 m_appProgressIndicator = in wxEND_PROPERTIES_TABLE()
156 if ( m_appProgressIndicator ) in SetRange()
157 m_appProgressIndicator->SetRange(m_rangeMax); in SetRange()
169 if ( m_appProgressIndicator ) in SetValue()
171 m_appProgressIndicator->SetValue(pos); in SetValue()
174 m_appProgressIndicator->Reset(); in SetValue()
216 if ( m_appProgressIndicator ) in Pulse()
217 m_appProgressIndicator->Pulse(); in Pulse()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/widgets/
H A Dapp_progress_dialog.cpp36 m_appProgressIndicator( aParent, aMaximum ), in APP_PROGRESS_DIALOG()
44 m_appProgressIndicator.Pulse(); in APP_PROGRESS_DIALOG()
55 m_appProgressIndicator.SetValue( aValue ); in Update()
H A Dwx_progress_reporters.cpp46 m_appProgressIndicator( aParent ) in WX_PROGRESS_REPORTER()
53 m_appProgressIndicator.Pulse(); in WX_PROGRESS_REPORTER()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/kicad/pcm/dialogs/
H A Ddialog_pcm_progress.cpp37 m_appProgressIndicator( parent->GetParent(), GAUGE_RANGE ) in DIALOG_PCM_PROGRESS()
41 m_appProgressIndicator.Pulse(); in DIALOG_PCM_PROGRESS()
127 m_appProgressIndicator.SetValue( current * GAUGE_RANGE ); in updateUI()
H A Ddialog_pcm_progress.h83 wxAppProgressIndicator m_appProgressIndicator; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/
H A Dgauge_osx.cpp71 if ( m_appProgressIndicator ) in Pulse()
72 m_appProgressIndicator->Pulse(); in Pulse()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dgauge.h58 m_appProgressIndicator(NULL) { } in wxGaugeBase()
122 wxAppProgressIndicator *m_appProgressIndicator; variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dgauge.cpp214 if ( m_appProgressIndicator ) in Pulse()
215 m_appProgressIndicator->Pulse(); in Pulse()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/widgets/
H A Dapp_progress_dialog.h49 wxAppProgressIndicator m_appProgressIndicator;
H A Dwx_progress_reporters.h76 wxAppProgressIndicator m_appProgressIndicator;