cxWidgets 1.0
Namespaces | Variables
cxUtils.cpp File Reference
#include "cxUtils.h"
#include <signal.h>
#include <cstdlib>
#include <cctype>
#include <set>
#include <fstream>
#include "cxWindow.h"
#include "cxMessageDialog.h"
#include "cxMenu.h"
#include "cxForm.h"
#include "cxStringUtils.h"
#include <vector>
#include <map>
#include <iostream>
Include dependency graph for cxUtils.cpp:

Namespaces

namespace  cx
 cxBorderChars.h - Defines border characters to be used in drawing a box (i.e., in cxWindow and all its derivitives)
 

Variables

bool cx::mInitialized = false
 
set< attr_t > cx::mMessageAttrs
 
set< attr_t > cx::mTitleAttrs
 
set< attr_t > cx::mStatusAttrs
 
set< attr_t > cx::mBorderAttrs
 
set< attr_t > cx::mHotkeyAttrs
 
set< attr_t > cx::mMenuSelectionAttrs
 
set< attr_t > cx::mLabelAttrs
 
set< attr_t > cx::mDataReadonlyAttrs
 
set< attr_t > cx::mDataEditableAttrs
 
attr_t cx::mLabelAttr =A_DIM
 
attr_t cx::mDataEditableAttr =A_REVERSE
 
attr_t cx::mDataReadonlyAttr =A_BOLD
 
int cx::mMenuClearKeywordKey = KEY_F(10)
 
attr_t cx::mMenuSelectionAttr =A_REVERSE
 
set< int > cx::mNavKeys
 
e_cxColors cx::mDefaultMessageColor = eGRAY_BLUE
 
e_cxColors cx::mDefaultTitleColor = eWHITE_BLUE
 
e_cxColors cx::mDefaultStatusColor = eYELLOW_BLUE
 
e_cxColors cx::mDefaultBorderColor = eGRAY_BLUE