Skyscraper 2.0
debugpanel.h File Reference
#include <wx/wxprec.h>
#include <wx/button.h>
#include <wx/checkbox.h>
#include <wx/frame.h>
#include <wx/panel.h>
#include <wx/sizer.h>
#include <wx/stattext.h>
#include <wx/timer.h>
Include dependency graph for debugpanel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Skyscraper::DebugPanel
 
class  Skyscraper::DebugPanel::Timer
 

Namespaces

namespace  Skyscraper
 

Functions

wxString Skyscraper::TruncateNumber (float value, int decimals)
 
wxString Skyscraper::TruncateNumber (double value, int decimals)
 
bool Skyscraper::IsNumeric (const wxString &string)
 
bool Skyscraper::IsNumeric (const wxString &string, int &number)
 
bool Skyscraper::IsNumeric (const wxString &string, float &number)
 
bool Skyscraper::IsNumeric (const wxString &string, double &number)