neoWidgets
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
Typedefs | Enumerations
neo.h File Reference
#include <string>
#include <memory>
#include <vector>
#include <unordered_map>
#include <assert.h>
#include <stdint.h>
#include "neo\setup.h"
#include "neo\util.h"
#include "neo\Rect.h"
#include "neo\Config.h"
#include "neo\StringConversions.h"
#include "neo\DC.h"
#include "neo\GdiObject.h"
#include "neo\Message.h"
#include "neo\MessageId.h"
#include "neo\WindowBase.h"
#include "neo\WindowParam.h"
#include "neo\Window.h"
#include "neo\WindowModal.h"
#include "neo\Control.h"
#include "neo\ControlTypes.h"
#include "neo\Menu.h"
#include "neo\ComPtr.h"
#include "neo\FileDialog.h"
#include "neo\util.inl"
#include "neo\Config.inl"
#include "neo\Message.inl"
#include "neo\WindowBase.inl"
#include "neo\WindowParam.inl"
#include "neo\WindowClass.inl"
#include "neo\Window.inl"
#include "neo\Control.inl"
#include "neo\ControlTypes.inl"
#include "neo\Menu.inl"
#include "neo\FileDialog.inl"

Go to the source code of this file.

Typedefs

typedef std::basic_string< TCHAR > tstring
 

Enumerations

enum  NEO_WINDOW_MODE { NEO_MODE_FULLSCALE, NEO_MODE_LIGHTWEIGHT }
 

Enumeration Type Documentation

Specifies how a neo::WindowBase is constructed

Enumerator
NEO_MODE_FULLSCALE 

window will have full message handling functionality

NEO_MODE_LIGHTWEIGHT 

window is only weakly attached to the HWND