Searched refs:IsReadOnly (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DCellBuffer.h202 bool IsReadOnly();
H A DDocument.h163 bool IsReadOnly() { return cb.IsReadOnly(); } function in class:Document
H A DDocument.cxx354 if (cb.IsReadOnly() && enteredReadOnlyCount == 0) {
375 if (!cb.IsReadOnly()) {
398 return !cb.IsReadOnly();
410 if (!cb.IsReadOnly()) {
430 return !cb.IsReadOnly();
438 if (!cb.IsReadOnly()) {
494 if (!cb.IsReadOnly()) {
H A DCellBuffer.cxx817 bool CellBuffer::IsReadOnly() { function in class:CellBuffer
H A DEditor.cxx3436 if (!pdoc->IsReadOnly()) {
3455 if (!pdoc->IsReadOnly() && !SelectionContainsProtected()) {
3462 if (pdoc->IsReadOnly() || SelectionContainsProtected()) {
3500 return !pdoc->IsReadOnly() && !SelectionContainsProtected();
5766 return (pdoc->CanUndo() && !pdoc->IsReadOnly()) ? 1 : 0;
5954 return pdoc->IsReadOnly();
6195 return (pdoc->CanRedo() && !pdoc->IsReadOnly()) ? 1 : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgridattr.tex167 \membersection{wxGridCellAttr::IsReadOnly}\label{wxgridcellattrisreadonly}
169 \constfunc{bool}{IsReadOnly}{\void}
H A Darc.tex389 \twocolitem{\helpref{IsReadOnly()}{wxarchiveentryisreadonly}}{Guaranteed to
429 fields such as \helpref{IsReadOnly()}{wxarchiveentryisreadonly},
H A Dzipstrm.tex195 \helpref{IsReadOnly}{wxarchiveentryisreadonly}\\
262 \helpref{IsReadOnly/SetIsReadOnly}{wxarchiveentryisreadonly}\\
H A Darchive.tex255 \twocolitem{\helpref{IsReadOnly()}{wxarchiveentryisreadonly}}{Guaranteed to
352 \membersection{wxArchiveEntry::IsReadOnly/SetIsReadOnly}\label{wxarchiveentryisreadonly}
354 \constfunc{bool}{IsReadOnly}{\void}
H A Dgrid.tex1219 \membersection{wxGrid::IsReadOnly}\label{wxgridisreadonly}
1221 \constfunc{bool}{IsReadOnly}{\param{int }{row}, \param{int }{col}}
1224 See also \helpref{wxGrid::IsReadOnly}{wxgridisreadonly}.
1810 See also \helpref{wxGrid::IsReadOnly}{wxgridisreadonly}.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dzipstrm.h168 inline bool IsReadOnly() const;
527 inline bool wxZipEntry::IsReadOnly() const function in class:wxZipEntry
H A Dtarstrm.h91 bool IsReadOnly() const { return !(m_Mode & 0222); } function in class:wxTarEntry
H A Darchive.h47 virtual bool IsReadOnly() const = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgrid.h717 bool IsReadOnly() const { return m_isReadOnly == wxGridCellAttr::ReadOnly; } function in class:wxGridCellAttr
1505 bool IsReadOnly(int row, int col) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgrid.cpp1909 // TODO some special colours for attr.IsReadOnly() case?
2423 if ( IsReadOnly() )
2464 SetReadOnly(mergefrom->IsReadOnly());
7800 int penWidth = attr->IsReadOnly() ? m_cellHighlightROPenWidth : m_cellHighlightPenWidth;
8482 bool readonly = attr->IsReadOnly();
10095 bool wxGrid::IsReadOnly(int row, int col) const function in class:wxGrid
10098 bool isReadOnly = attr->IsReadOnly();

Completed in 142 milliseconds