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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfilehist.tex1 \section{\class{wxFileHistory}}\label{wxfilehistory}
3 The wxFileHistory encapsulates a user interface convenience, the
6 wxFileHistory can manage one or more file menus. More than one menu may be required
20 \helpref{wxFileHistory overview}{wxfilehistoryoverview}, \helpref{wxDocManager}{wxdocmanager}
25 \membersection{wxFileHistory::m\_fileHistory}\label{wxfilehistorymfilehistory}
33 \membersection{wxFileHistory::m\_fileHistoryN}\label{wxfilehistorymfilehistoryn}
40 \membersection{wxFileHistory::m\_fileMaxFiles}\label{wxfilehistorymfilemaxfiles}
47 \membersection{wxFileHistory::m\_fileMenu}\label{wxfilehistorymfilemenu}
54 \membersection{wxFileHistory::wxFileHistory}\labe
[all...]
H A Ddocmanag.tex30 \helpref{wxView}{wxview}, \helpref{wxDocTemplate}{wxdoctemplate}, \helpref{wxFileHistory}{wxfilehistory}
51 \member{wxFileHistory*}{m\_fileHistory}
53 A pointer to an instance of \helpref{wxFileHistory}{wxfilehistory},
83 \member{wxFileHistory*}{m\_fileHistory}
272 \func{wxFileHistory *}{GetFileHistory}{\void}
354 \func{wxFileHistory *}{OnCreateFileHistory}{\void}
H A Dtdocview.tex255 \subsection{wxFileHistory overview}\label{wxfilehistoryoverview}
259 Classes: \helpref{wxFileHistory}{wxfilehistory}, \helpref{wxDocManager}{wxdocmanager}
261 wxFileHistory encapsulates functionality to record the last few files visited, and
264 Although wxFileHistory is used by wxDocManager, it can be used independently. You may wish
268 By calling \helpref{wxFileHistory::UseMenu()}{wxfilehistoryusemenu} you can
H A Dmenu.tex86 \helpref{wxFileHistory (most recently used files menu)}{wxfilehistory}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddocview.h34 class WXDLLIMPEXP_FWD_CORE wxFileHistory; variable in typeref:class:WXDLLIMPEXP_FWD_CORE
430 virtual wxFileHistory *OnCreateFileHistory();
431 virtual wxFileHistory *GetFileHistory() const { return m_fileHistory; }
466 wxFileHistory* m_fileHistory;
596 class WXDLLEXPORT wxFileHistory : public wxObject class in inherits:wxObject
599 wxFileHistory(size_t maxFiles = 9, wxWindowID idBase = wxID_FILE1);
600 virtual ~wxFileHistory();
650 DECLARE_DYNAMIC_CLASS(wxFileHistory)
651 DECLARE_NO_COPY_CLASS(wxFileHistory)
655 inline size_t wxFileHistory
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddocview.cpp92 IMPLEMENT_DYNAMIC_CLASS(wxFileHistory, wxObject)
875 m_fileHistory = (wxFileHistory *) NULL;
950 wxFileHistory *wxDocManager::OnCreateFileHistory()
952 return new wxFileHistory;
2110 wxFileHistory::wxFileHistory(size_t maxFiles, wxWindowID idBase) function in class:wxFileHistory
2118 wxFileHistory::~wxFileHistory()
2127 void wxFileHistory::AddFileToHistory(const wxString& file)
2220 void wxFileHistory
[all...]

Completed in 76 milliseconds