OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Implementation of class TRecentFiles. More...
#include <owl/pch.h>
#include <owl/framewin.h>
#include <owl/rcntfile.h>
#include <owl/pointer.h>
#include <owl/profile.h>
#include <owl/registry.h>
#include <owl/window.rh>
#include <owl/editfile.rh>
#include <stdio.h>
#include <algorithm>
#include <owl/rcntfile.rh>
Go to the source code of this file.
Namespaces | |
namespace | owl |
Object Windows Library (OWLNext Core) | |
Functions | |
owl::EV_COMMAND_AND_ID (CM_MRU_FIRST+0, CmFile) | |
owl::EV_COMMAND_ENABLE (CM_EXIT, CeExit) | |
Variables | |
const int | owl::CM_MRU_LAST = CM_MRU_FIRST + TRecentFiles::MaxMenuItems |
const uint | owl::FullPathName = TFileName::Server|TFileName::Device|TFileName::Path |
const uint | owl::FullFileName = TFileName::Server|TFileName::Device|TFileName::Path|TFileName::File|TFileName::Ext |
const tchar * | owl::CountKey = _T("Count") |
const tchar * | owl::MruPrefix = _T("File") |
const tchar * | owl::MenuItemDefault = _T("Default") |
const tchar * | owl::Section = _T("Recent File List") |
const tchar * | owl::MaxCountKey = _T("MaxCount") |
const int | owl::MaxMenuItemLen = 255 |
const int | owl::MaxRegValueLen = MaxMenuItemLen |
Implementation of class TRecentFiles.
Definition in file rcntfile.cpp.