OWLNext    7.0
Borland's Object Windows Library for the modern age
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
rcntfile.cpp File Reference

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 tcharowl::CountKey = _T("Count")
 
const tcharowl::MruPrefix = _T("File")
 
const tcharowl::MenuItemDefault = _T("Default")
 
const tcharowl::Section = _T("Recent File List")
 
const tcharowl::MaxCountKey = _T("MaxCount")
 
const int owl::MaxMenuItemLen = 255
 
const int owl::MaxRegValueLen = MaxMenuItemLen
 

Detailed Description

Implementation of class TRecentFiles.

Definition in file rcntfile.cpp.