 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
60 FXWindow*
const parent,
const FXString& file);
74 FXString filename =
"");
98 static FXString
assureExtension(
const FXString& filename,
const FXString& defaultExtension);
119 const FXString& header,
const FXString& extension,
120 FXIcon* icon, FXString& currentFolder);
static FXString getTitleText(const FXString &appname, FXString filename="")
Returns the title text in dependance to an optional file name.
static FXString getFilename2Write(FXWindow *parent, const FXString &header, const FXString &extension, FXIcon *icon, FXString ¤tFolder)
Returns the file name to write.
static RGBColor getRGBColor(FXColor col)
converts FXColor to RGBColor
static FXString assureExtension(const FXString &filename, const FXString &defaultExtension)
Corrects missing extension.
static FXString getDocumentName(const FXString &filename)
Returns the document name.
static FXColor getFXColor(const RGBColor &col)
converts FXColor to RGBColor
static FXbool userPermitsOverwritingWhenFileExists(FXWindow *const parent, const FXString &file)
Returns true if either the file given by its name does not exist or the user allows overwriting it.
Some helper functions for FOX.
static void deleteChildren(FXWindow *w)
Deletes all children of the given window.