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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgridwork.tex26 \membersection{wxGridCellWorker::IncRef}\label{wxgridcellworkerincref}
28 \func{void}{IncRef}{\void}
31 calling DecRef() once will delete it. Calling IncRef() allows to lock
H A Dgridattr.tex40 \membersection{wxGridCellAttr::IncRef}\label{wxgridcellattrincref}
42 \func{void}{IncRef}{\void}
45 calling DecRef() once will delete it. Calling IncRef() allows to lock
H A Dvariant.tex243 of this data, you must call its \helpref{IncRef}{wxvariantdataincref}
502 and passing it to wxVariant will not increase this. In other words, \helpref{IncRef}{wxvariantdataincref}
559 \membersection{wxVariantData::IncRef}\label{wxvariantdataincref}
561 \func{void}{IncRef}{\void}
H A Dfunction.tex3423 void IncRef() { m_nRef++ ; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/unix/
H A Dsound.h34 void IncRef();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dbuffer.h197 void IncRef() { m_ref += 1; } function in class:wxMemoryBufferData
229 m_bufdata->IncRef();
239 m_bufdata->IncRef();
246 m_bufdata->IncRef();
H A Dvariant.h86 void IncRef() { m_count++; } function in class:wxVariantData
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dsound.cpp52 void wxSoundData::IncRef() function in class:wxSoundData
362 data->IncRef();
H A Dsound_sdl.cpp288 data->IncRef();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbgrid.cpp71 attr->IncRef();
99 attr->IncRef();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgrid.h85 #define wxSafeIncRef(p) if ( p ) (p)->IncRef()
102 // calling DecRef() once will delete it. Calling IncRef() allows to lock
104 void IncRef() { m_nRef++; } function in class:wxGridCellWorker
668 // calling DecRef() once will delete it. Calling IncRef() allows to lock
670 void IncRef() { m_nRef++; } function in class:wxGridCellAttr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp80 attr->IncRef();
90 attr->IncRef();
102 // Take ownership of the new attribute, i.e. no IncRef.
2415 m_renderer->IncRef();
2420 m_editor->IncRef();
2456 m_renderer->IncRef();
2461 m_editor->IncRef();
2586 renderer->IncRef();
2593 // GetDefaultRendererForCell() will do IncRef() for us
2602 // (no need for IncRef() her
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/grid/
H A Dgriddemo.cpp1125 attr->IncRef();

Completed in 147 milliseconds