wxArt2D
id for error messages
const a2dError a2dError_NoError (wxT("a2dError_NoError"), wxT("All Oke"))
 
const a2dError a2dError_CommandError (wxT("a2dError_CommandError"), wxT(""))
 
const a2dError a2dError_NotSpecified (wxT("a2dError_NotSpecified"), wxT(""))
 
const a2dError a2dError_CanceledFileDialog (wxT("a2dError_CanceledFileDialog"), wxT(""))
 
const a2dError a2dError_FileCouldNotOpen (wxT("a2dError_FileCouldNotOpen"), wxTRANSLATE("Sorry, could not open file for saving"))
 
const a2dError a2dError_CouldNotCreateDocument (wxT("a2dError_CouldNotCreateDocument"), wxT(""))
 
const a2dError a2dError_NoDocTemplateRef (wxT("a2dError_NoDocTemplateRef"), wxT(""))
 
const a2dError a2dError_DocumentsOpened (wxT("a2dError_DocumentsOpened"), wxTRANSLATE("No template defined in a2dDocument::OnSaveAsDocument"))
 
const a2dError a2dError_SetEnv (wxT("a2dError_SetEnv"), wxT(""))
 
const a2dError a2dError_GetEnv (wxT("a2dError_GetEnv"), wxT(""))
 
const a2dError a2dError_GetVar (wxT("a2dError_GetVar"), wxT(""))
 
const a2dError a2dError_SaveFile (wxT("a2dError_SaveFile"), wxTRANSLATE("Sorry, could not save document to file"))
 
const a2dError a2dError_LoadFile (wxT("a2dError_LoadFile"), wxTRANSLATE("Sorry, could not load file into document"))
 
const a2dError a2dError_ExportFile (wxT("a2dError_ExportFile"), wxTRANSLATE("Sorry, could not export document to file"))
 
const a2dError a2dError_ImportFile (wxT("a2dError_ImportFile"), wxTRANSLATE("bad stream"))
 
const a2dError a2dError_IOHandler (wxT("a2dError_IOHandler"), wxTRANSLATE("suitable template I/O handler for loading not available in document templates"))
 
const a2dError a2dError_SaveObject (wxT("a2dError_SaveObject"), wxTRANSLATE("I/O handler cannot save document"))
 
const a2dError a2dError_LoadObject (wxT("a2dError_LoadObject"), wxTRANSLATE("I/O handler cannot load document"))
 
const a2dError a2dError_FileHistory (wxT("a2dError_FileHistory"), wxT(""))
 
const a2dError a2dError_ImportObject (wxT("a2dError_ImportObject"), wxT(""))
 
const a2dError a2dError_XMLparse (wxT("a2dError_XMLparse"), wxT(""))
 
const a2dError a2dError_FileVersion (wxT("a2dError_FileVersion"), wxTRANSLATE("Version of file does not fit document"))
 
const a2dError a2dError_LoadLayers (wxT("a2dError_LoadLayers"), wxTRANSLATE("Could not load layers"))
 
const a2dError a2dError_property (wxT("a2dError_property"), wxTRANSLATE("problems on property"))
 
const a2dError a2dError_NoView (wxT("a2dError_NoView"), wxTRANSLATE("Not a a2dCanvasView View"))
 
const a2dError a2dError_NoDocument (wxT("a2dError_NoDocument"), wxTRANSLATE("No document set for a2dCanvasView in a2dCentralCanvasCommandProcessor::SetShowObject()"))
 
const a2dError a2dError_NoController (wxT("a2dError_NoController"), wxTRANSLATE("No controller set for current view"))
 
const a2dError a2dError_NoTool (wxT("a2dError_NoTool"), wxTRANSLATE("No tool available"))
 
const a2dError a2dError_LinkRef (wxT("a2dError_LinkRef"), wxT(""))
 
const a2dError a2dError_NoWrapper (wxT("a2dError_NoWrapper"), wxT(""))
 
const a2dError a2dError_LinkPin (wxT("a2dError_LinkPin"), wxT(""))
 
const a2dError a2dError_NoPinClass (wxT("a2dError_NoPinClass"), wxT(""))
 
const a2dError a2dError_CouldNotEvaluatePath (wxT("a2dError_CouldNotEvaluatePath"), wxT(""))
 
const a2dError a2dError_Canceled (wxT("a2dError_Canceled"), wxT(""))
 
const a2dError a2dError_CouldNotLoad (wxT("a2dError_CouldNotLoad"), wxTRANSLATE("I/O handler error during loading this format."))
 
const a2dError a2dError_NoSelection (wxT("a2dError_NoSelection"), wxT(""))
 
const a2dError a2dError_ToManyOpen (wxT("a2dError_ToManyOpen"), wxT(""))
 
const a2dError a2dError_canvasObjectRelease (wxT("a2dError_canvasObjectRelease"), wxTRANSLATE("could not release a2dCanvasObject in a2dCommand_ReleaseObject::Do"))
 

Detailed Description

const a2dError id's for error messages

Variable Documentation

const a2dError a2dError_Canceled(wxT("a2dError_Canceled"), wxT(""))

file dialog was canceled

const a2dError a2dError_CanceledFileDialog(wxT("a2dError_CanceledFileDialog"), wxT(""))

canceled file dialog

const a2dError a2dError_canvasObjectRelease(wxT("a2dError_canvasObjectRelease"), wxTRANSLATE("could not release a2dCanvasObject in a2dCommand_ReleaseObject::Do"))

could not release canvas objects

const a2dError a2dError_CommandError(wxT("a2dError_CommandError"), wxT(""))

command syntax

const a2dError a2dError_CouldNotCreateDocument(wxT("a2dError_CouldNotCreateDocument"), wxT(""))

a document could not be created from the template

const a2dError a2dError_CouldNotEvaluatePath(wxT("a2dError_CouldNotEvaluatePath"), wxT(""))

path containing aliases/variables could not be evaluated correctly

const a2dError a2dError_CouldNotLoad(wxT("a2dError_CouldNotLoad"), wxTRANSLATE("I/O handler error during loading this format."))

Could not load

const a2dError a2dError_DocumentsOpened(wxT("a2dError_DocumentsOpened"), wxTRANSLATE("No template defined in a2dDocument::OnSaveAsDocument"))

To many documents open

const a2dError a2dError_ExportFile(wxT("a2dError_ExportFile"), wxTRANSLATE("Sorry, could not export document to file"))

ExportFile in a2dDocument

const a2dError a2dError_FileCouldNotOpen(wxT("a2dError_FileCouldNotOpen"), wxTRANSLATE("Sorry, could not open file for saving"))

file could not be opened

const a2dError a2dError_FileHistory(wxT("a2dError_FileHistory"), wxT(""))

File history

const a2dError a2dError_FileVersion(wxT("a2dError_FileVersion"), wxTRANSLATE("Version of file does not fit document"))

version of file not for this version of application

const a2dError a2dError_GetEnv(wxT("a2dError_GetEnv"), wxT(""))

GetEnv failed

const a2dError a2dError_GetVar(wxT("a2dError_GetVar"), wxT(""))

GetVariable failed wrong name

const a2dError a2dError_ImportFile(wxT("a2dError_ImportFile"), wxTRANSLATE("bad stream"))

ImportFile in a2dDocument

const a2dError a2dError_ImportObject(wxT("a2dError_ImportObject"), wxT(""))

ImportObject in a2dDocument

const a2dError a2dError_IOHandler(wxT("a2dError_IOHandler"), wxTRANSLATE("suitable template I/O handler for loading not available in document templates"))

a2dIOHandler In or Out problem

const a2dError a2dError_LinkPin(wxT("a2dError_LinkPin"), wxT(""))

Linking pins problem

const a2dError a2dError_LinkRef(wxT("a2dError_LinkRef"), wxT(""))

Linking references problem

const a2dError a2dError_LoadFile(wxT("a2dError_LoadFile"), wxTRANSLATE("Sorry, could not load file into document"))

LoadFile in a2dDocument

const a2dError a2dError_LoadLayers(wxT("a2dError_LoadLayers"), wxTRANSLATE("Could not load layers"))

Layer Load problems

const a2dError a2dError_LoadObject(wxT("a2dError_LoadObject"), wxTRANSLATE("I/O handler cannot load document"))

LoadObject in a2dDocument

const a2dError a2dError_NoController(wxT("a2dError_NoController"), wxTRANSLATE("No controller set for current view"))

no controller set

const a2dError a2dError_NoDocTemplateRef(wxT("a2dError_NoDocTemplateRef"), wxT(""))

a document template was not found

const a2dError a2dError_NoDocument(wxT("a2dError_NoDocument"), wxTRANSLATE("No document set for a2dCanvasView in a2dCentralCanvasCommandProcessor::SetShowObject()"))

current document not set

const a2dError a2dError_NoError(wxT("a2dError_NoError"), wxT("All Oke"))

No Error

const a2dError a2dError_NoPinClass(wxT("a2dError_NoPinClass"), wxT(""))

a2dPinClass of a2dPin not found

const a2dError a2dError_NoSelection(wxT("a2dError_NoSelection"), wxT(""))

no selection made

const a2dError a2dError_NoTool(wxT("a2dError_NoTool"), wxTRANSLATE("No tool available"))

no tool available

const a2dError a2dError_NotSpecified(wxT("a2dError_NotSpecified"), wxT(""))

Not Specified Error

const a2dError a2dError_NoView(wxT("a2dError_NoView"), wxTRANSLATE("Not a a2dCanvasView View"))

current view not set

const a2dError a2dError_NoWrapper(wxT("a2dError_NoWrapper"), wxT(""))

No wrapper with that name

const a2dError a2dError_property(wxT("a2dError_property"), wxTRANSLATE("problems on property"))

property problems

const a2dError a2dError_SaveFile(wxT("a2dError_SaveFile"), wxTRANSLATE("Sorry, could not save document to file"))

SaveFile in a2dDocument

const a2dError a2dError_SaveObject(wxT("a2dError_SaveObject"), wxTRANSLATE("I/O handler cannot save document"))

SaveObject in a2dDocument

const a2dError a2dError_SetEnv(wxT("a2dError_SetEnv"), wxT(""))

SetEnv failed

const a2dError a2dError_ToManyOpen(wxT("a2dError_ToManyOpen"), wxT(""))

to many open documents

const a2dError a2dError_XMLparse(wxT("a2dError_XMLparse"), wxT(""))

XML parsing error

id for error messages -- Sun Oct 12 2014 17:04:27 -- Sun Oct 12 2014 -- 1.8.5 -- wxArt2D -- . -- Main Page Reference Documentation