From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/_format_util_8h.html | 449 ++++++++++++++++++++++++++++++++++ 1 file changed, 449 insertions(+) create mode 100644 Doc/doxygen/html/_format_util_8h.html (limited to 'Doc/doxygen/html/_format_util_8h.html') diff --git a/Doc/doxygen/html/_format_util_8h.html b/Doc/doxygen/html/_format_util_8h.html new file mode 100644 index 0000000..436155c --- /dev/null +++ b/Doc/doxygen/html/_format_util_8h.html @@ -0,0 +1,449 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/nGenEx/FormatUtil.h File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
FormatUtil.h File Reference
+
+
+
#include "Types.h"
+#include "Geometry.h"
+#include "Text.h"
+
+

Go to the source code of this file.

+ + + + + + + + + + + + + + +

+Functions

void FormatNumber (char *txt, double n)
void FormatNumberExp (char *txt, double n)
void FormatTime (char *txt, double seconds)
void FormatTimeOfDay (char *txt, double seconds)
void FormatDayTime (char *txt, double seconds, bool short_format=false)
void FormatDay (char *txt, double seconds)
void FormatPoint (char *txt, const Point &p)
Text FormatTimeString (int utc=0)
const char * SafeString (const char *s)
const char * SafeQuotes (const char *s)
Text FormatTextReplace (const char *msg, const char *tgt, const char *val)
Text FormatTextEscape (const char *msg)
+

Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
void FormatDay (char * txt,
double seconds 
)
+
+ +

Definition at line 126 of file FormatUtil.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
void FormatDayTime (char * txt,
double seconds,
bool short_format = false 
)
+
+ +

Definition at line 95 of file FormatUtil.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void FormatNumber (char * txt,
double n 
)
+
+ +

Definition at line 19 of file FormatUtil.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void FormatNumberExp (char * txt,
double n 
)
+
+ +

Definition at line 44 of file FormatUtil.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void FormatPoint (char * txt,
const Pointp 
)
+
+ +

Definition at line 142 of file FormatUtil.cpp.

+ +
+
+ +
+
+ + + + + + + + +
Text FormatTextEscape (const char * msg)
+
+ +

Definition at line 296 of file FormatUtil.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
Text FormatTextReplace (const char * msg,
const char * tgt,
const char * val 
)
+
+ +

Definition at line 256 of file FormatUtil.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void FormatTime (char * txt,
double seconds 
)
+
+ +

Definition at line 61 of file FormatUtil.cpp.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void FormatTimeOfDay (char * txt,
double seconds 
)
+
+ +

Definition at line 77 of file FormatUtil.cpp.

+ +
+
+ +
+
+ + + + + + + + +
Text FormatTimeString (int utc = 0)
+
+ +

Definition at line 157 of file FormatUtil.cpp.

+ +
+
+ +
+
+ + + + + + + + +
const char* SafeQuotes (const char * s)
+
+ +

Definition at line 230 of file FormatUtil.cpp.

+ +
+
+ +
+
+ + + + + + + + +
const char* SafeString (const char * s)
+
+ +

Definition at line 182 of file FormatUtil.cpp.

+ +
+
+
+
+ + + + -- cgit v1.1