Searched refs:CanSave (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextxml.h55 virtual bool CanSave() const { return true; } function in class:wxRichTextXMLHandler
H A Drichtexthtml.h35 virtual bool CanSave() const { return true; } function in class:wxRichTextHTMLHandler
H A Drichtextbuffer.h2186 virtual bool CanSave() const { return false; } function in class:wxRichTextFileHandler
2244 virtual bool CanSave() const { return true; } function in class:wxRichTextPlainTextHandler
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drichtextxmlhandler.tex44 \membersection{wxRichTextXMLHandler::CanSave}\label{wxrichtextxmlhandlercansave}
46 \constfunc{bool}{CanSave}{\void}
H A Drichtextfilehandler.tex37 \membersection{wxRichTextFileHandler::CanSave}\label{wxrichtextfilehandlercansave}
39 \constfunc{bool}{CanSave}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextbuffer.cpp6570 if (handler->IsVisible() && ((save && handler->CanSave()) || (!save && handler->CanLoad())))

Completed in 65 milliseconds