Searched refs:CanLoad (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.h58 virtual bool CanLoad() const { return true; } function in class:wxRichTextXMLHandler
H A Drichtexthtml.h38 virtual bool CanLoad() const { return false; } function in class:wxRichTextHTMLHandler
H A Drichtextbuffer.h2189 virtual bool CanLoad() const { return false; } function in class:wxRichTextFileHandler
2247 virtual bool CanLoad() 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.tex38 \membersection{wxRichTextXMLHandler::CanLoad}\label{wxrichtextxmlhandlercanload}
40 \constfunc{bool}{CanLoad}{\void}
H A Drichtextfilehandler.tex31 \membersection{wxRichTextFileHandler::CanLoad}\label{wxrichtextfilehandlercanload}
33 \constfunc{bool}{CanLoad}{\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 340 milliseconds