00001 #ifndef _ui_util_h 00002 #define _ui_util_h 00003 00004 #include "../FunctionBase.h" 00005 00006 #include "IntervalCountLimiter.h" 00007 00010 wxPanel* CreatePanelOfTwo(wxWindow* pParent, 00011 wxWindow* pTopWindow, 00012 wxWindow* pBottomWindow); 00013 00021 wxString NumberFormat(double interval_length); 00022 00035 double 00036 FindBestInterval(double initialSpan, 00037 long long initialIntervalLength, 00038 const IntervalCountLimiter& intervalCountLimiter); 00039 00040 #endif // _ui_util_h