Searched refs:DecRef (Results 1 - 15 of 15) 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.tex31 calling DecRef() once will delete it. Calling IncRef() allows to lock
32 it until the matching DecRef() is called
34 \membersection{wxGridCellWorker::DecRef}\label{wxgridcellworkerdecref}
36 \func{void}{DecRef}{\void}
49 Virtual dtor for any base class - private because only DecRef() can
H A Dgridattr.tex45 calling DecRef() once will delete it. Calling IncRef() allows to lock
46 it until the matching DecRef() is called
49 \membersection{wxGridCellAttr::DecRef}\label{wxgridcellattrdecref}
51 \func{void}{DecRef}{\void}
H A Dvariant.tex167 be deleted. Instead, \helpref{DecRef}{wxvariantdatadecref} should be called.
244 method. When you stop using it, \helpref{DecRef}{wxvariantdatadecref}
505 instance. Instead, \helpref{DecRef}{wxvariantdatadecref} will delete the object automatically
528 \membersection{wxVariantData::DecRef}\label{wxvariantdatadecref}
530 \func{void}{DecRef}{\void}
536 cannot be used as normal. Instead, \helpref{DecRef}{wxvariantdatadecref} should be called.
H A Dgridedit.tex210 The dtor is private because only DecRef() can delete us.
H A Dfunction.tex3424 void DecRef() { if ( !--m_nRef ) delete this; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/unix/
H A Dsound.h35 void DecRef();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dbuffer.h198 void DecRef() function in class:wxMemoryBufferData
232 ~wxMemoryBuffer() { m_bufdata->DecRef(); }
244 m_bufdata->DecRef();
H A Dvariant.h51 * DecRef() before deleting it.
87 void DecRef() function in class:wxVariantData
97 // break more louder. That is, they should do data->DecRef()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dsound.cpp60 void wxSoundData::DecRef() function in class:wxSoundData
344 m_data->DecRef();
609 m_data->DecRef();
H A Dsound_sdl.cpp324 m_data->DecRef();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp88 attr->DecRef();
99 // "Delete" (i.e. DecRef) the old attribute.
100 attr->DecRef();
108 attr->DecRef();
2805 m_attrs[n]->DecRef();
2841 // the same as the new one: as we own of it, we must call DecRef() on
2845 m_attrs[n]->DecRef();
2881 m_attrs[n]->DecRef();
2940 attrcell->DecRef();
2945 attrcol->DecRef();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgrid.h86 #define wxSafeDecRef(p) if ( p ) (p)->DecRef()
102 // calling DecRef() once will delete it. Calling IncRef() allows to lock
103 // it until the matching DecRef() is called
105 void DecRef() { if ( --m_nRef == 0 ) delete this; } function in class:wxGridCellWorker
112 // virtual dtor for any base class - private because only DecRef() can
361 // the dtor is private because only DecRef() can delete us
668 // calling DecRef() once will delete it. Calling IncRef() allows to lock
669 // it until the matching DecRef() is called
671 void DecRef() { if ( --m_nRef == 0 ) delete this; } function in class:wxGridCellAttr
724 // the dtor is private because only DecRef() ca
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbgrid.cpp87 attrtomerge->DecRef();
H A Dvariant.cpp173 m_data->DecRef();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/grid/
H A Dgriddemo.cpp1112 m_attrForOddRows->DecRef();
1132 attr->DecRef();

Completed in 222 milliseconds