Money Manager EX
An easy to use, money management application built with wxWidgets
defs.h File Reference
#include <wx/wxprec.h>
#include <wx/wx.h>
#include <wx/splitter.h>
#include <wx/treectrl.h>
#include <wx/listctrl.h>
#include <wx/fileconf.h>
#include <wx/filename.h>
#include <wx/gdicmn.h>
#include <wx/string.h>
#include <wx/datectrl.h>
#include <wx/datetime.h>
#include <wx/wxsqlite3.h>
#include <wx/progdlg.h>
#include <wx/utils.h>
#include <wx/splash.h>
#include <wx/imagpng.h>
#include <wx/calctrl.h>
#include <wx/dateevt.h>
#include <wx/tokenzr.h>
#include <wx/wfstream.h>
#include <wx/txtstrm.h>
#include <wx/url.h>
#include <wx/html/htmlwin.h>
#include <wx/html/htmlproc.h>
#include <wx/html/htmprint.h>
#include <wx/fs_inet.h>
#include <wx/listbook.h>
#include <wx/imaglist.h>
#include <wx/popupwin.h>
#include <wx/dir.h>
#include <wx/stdpaths.h>
#include <wx/app.h>
#include <wx/choice.h>
#include <wx/statline.h>
#include <wx/dialog.h>
#include <wx/numformatter.h>
+ Include dependency graph for defs.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _n(string)   wxString(wxTRANSLATE(string))
 
#define _t(string)   _(string)
 
#define _nu(string_utf8)   wxString::FromUTF8(wxTRANSLATE(string_utf8))
 
#define _tu(string_utf8)   wxGetTranslation(wxString::FromUTF8(wxTRANSLATE(string_utf8)))
 
#define wxPLURAL_U8(singular, plural, n)   wxPLURAL(wxString::FromUTF8(singular), wxString::FromUTF8(plural), n)
 

Macro Definition Documentation

◆ _n

#define _n (   string)    wxString(wxTRANSLATE(string))

◆ _nu

#define _nu (   string_utf8)    wxString::FromUTF8(wxTRANSLATE(string_utf8))

◆ _t

#define _t (   string)    _(string)

◆ _tu

#define _tu (   string_utf8)    wxGetTranslation(wxString::FromUTF8(wxTRANSLATE(string_utf8)))

◆ wxPLURAL_U8

#define wxPLURAL_U8 (   singular,
  plural,
 
)    wxPLURAL(wxString::FromUTF8(singular), wxString::FromUTF8(plural), n)