2 \section{\class{wxDataViewListModelNotifier
}}\label{wxdataviewlistmodelnotifier
}
4 A wxDataViewListModelNotifier instance is owned by a
5 \helpref{wxDataViewListModel
}{wxdataviewlistmodel
}
6 and mostly mirrors its interface. See the documentation
7 of that class for further information.
9 \wxheading{Derived from
}
11 \helpref{wxObject
}{wxobject
}
13 \wxheading{Include files
}
18 \membersection{wxDataViewListModelNotifier::wxDataViewListModelNotifier
}\label{wxdataviewlistmodelnotifierwxdataviewlistmodelnotifier
}
20 \func{}{wxDataViewListModelNotifier
}{\void}
24 \membersection{wxDataViewListModelNotifier::
\destruct{wxDataViewListModelNotifier
}}\label{wxdataviewlistmodelnotifierdtor
}
26 \func{}{\destruct{wxDataViewListModelNotifier
}}{\void}
30 \membersection{wxDataViewListModelNotifier::Cleared
}\label{wxdataviewlistmodelnotifiercleared
}
32 \func{bool
}{Cleared
}{\void}
34 Called by owning list model.
36 \membersection{wxDataViewListModelNotifier::GetOwner
}\label{wxdataviewlistmodelnotifiergetowner
}
38 \func{wxDataViewListModel*
}{GetOwner
}{\void}
40 Returns the owning
\helpref{wxDataViewListModel
}{wxdataviewlistmodel
}.
42 \membersection{wxDataViewListModelNotifier::RowAppended
}\label{wxdataviewlistmodelnotifierrowappended
}
44 \func{bool
}{RowAppended
}{\void}
46 Called by owning list model.
48 \membersection{wxDataViewListModelNotifier::RowChanged
}\label{wxdataviewlistmodelnotifierrowchanged
}
50 \func{bool
}{RowChanged
}{\param{unsigned int
}{row
}}
52 Called by owning list model.
54 \membersection{wxDataViewListModelNotifier::RowDeleted
}\label{wxdataviewlistmodelnotifierrowdeleted
}
56 \func{bool
}{RowDeleted
}{\param{unsigned int
}{row
}}
58 Called by owning list model.
60 \membersection{wxDataViewListModelNotifier::RowInserted
}\label{wxdataviewlistmodelnotifierrowinserted
}
62 \func{bool
}{RowInserted
}{\param{unsigned int
}{before
}}
64 Called by owning list model.
66 \membersection{wxDataViewListModelNotifier::RowPrepended
}\label{wxdataviewlistmodelnotifierrowprepended
}
68 \func{bool
}{RowPrepended
}{\void}
70 Called by owning list model.
72 \membersection{wxDataViewListModelNotifier::RowsReordered
}\label{wxdataviewlistmodelnotifierrowsreordered
}
74 \func{bool
}{RowsReordered
}{\param{unsigned int*
}{new
\_order}}
76 Called by owning list model.
78 \membersection{wxDataViewListModelNotifier::SetOwner
}\label{wxdataviewlistmodelnotifiersetowner
}
80 \func{void
}{SetOwner
}{\param{wxDataViewListModel*
}{owner
}}
82 Set the owning
\helpref{wxDataViewListModel
}{wxdataviewlistmodel
}. This
83 method is called by the
\helpref{wxDataViewListModel::AddNotifier
}{wxdataviewlistmodeladdnotifier
}.
85 \membersection{wxDataViewListModelNotifier::ValueChanged
}\label{wxdataviewlistmodelnotifiervaluechanged
}
87 \func{bool
}{ValueChanged
}{\param{unsigned int
}{col
},
\param{unsigned int
}{row
}}
89 Called by owning list model.