Searched refs:takeOwnership (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddbgrid.h117 int count = wxUSE_QUERY, bool takeOwnership = true);
149 virtual bool AssignDbTable(wxDbTable *tab, int count = wxUSE_QUERY, bool takeOwnership=true);
H A Dstream.h434 void SetBufferIO(void *start, void *end, bool takeOwnership = false);
435 void SetBufferIO(void *start, size_t len, bool takeOwnership = false);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddbgrid.cpp125 int count, bool takeOwnership) :
128 m_dbowner(takeOwnership),
202 bool wxDbGridTableBase::AssignDbTable(wxDbTable *tab, int count, bool takeOwnership) argument
255 m_dbowner = takeOwnership;
124 wxDbGridTableBase(wxDbTable *tab, wxDbGridColInfo* ColInfo, int count, bool takeOwnership) argument
H A Dstream.cpp143 bool takeOwnership)
146 takeOwnership);
151 bool takeOwnership)
162 m_destroybuf = takeOwnership;
141 SetBufferIO(void *buffer_start, void *buffer_end, bool takeOwnership) argument
149 SetBufferIO(void *start, size_t len, bool takeOwnership) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dcursor.cpp59 wxCursorRefData(HCURSOR hcursor = 0, bool takeOwnership = false);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgrid.h1141 bool SetTable( wxGridTableBase *table, bool takeOwnership = false,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgrid.tex1963 \func{bool}{SetTable}{\param{wxGridTableBase* }{table}, \param{bool }{takeOwnership = false}, \param{wxGrid::wxGridSelectionModes }{selmode = wxGrid::wxGridSelectCells}}
1966 after the grid constructor and before using the grid object. If takeOwnership is set to
H A Ddb.tex4187 \param{int }{count = wxUSE\_QUERY}, \param{bool }{takeOwnership = true}}
4199 \docparam{takeOwnership}{ If true, this class deletes wxDbTable when it stops
4229 \param{bool }{takeOwnership = true}}
4238 \docparam{takeOwnership}{ If false, user must take care of deleting tab after deleting
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp4516 bool wxGrid::SetTable( wxGridTableBase *table, bool takeOwnership, argument
4555 m_ownTable = takeOwnership;

Completed in 121 milliseconds