Modified:
trunk/doc/uml/GBF/128720
trunk/doc/uml/GBF/129232.bodies
trunk/doc/uml/GBF/129616.bodies
trunk/doc/uml/GBF/129872
Log:
WriteSystem:: Corrigindo suporte para carregamento de arquivos com base em fullpath automatico;
Modified: trunk/doc/uml/GBF/128720
==============================================================================
--- trunk/doc/uml/GBF/128720 (original)
+++ trunk/doc/uml/GBF/128720 Sat Jul 5 18:31:57 2008
@@ -1,6 +1,6 @@
format 55
"Write" // Framework GBF::GBF::Kernel::Write
- revision 21
+ revision 22
modified_by 28 "david"
// class settings
//class diagram settings
Modified: trunk/doc/uml/GBF/129232.bodies
==============================================================================
--- trunk/doc/uml/GBF/129232.bodies (original)
+++ trunk/doc/uml/GBF/129232.bodies Sat Jul 5 18:31:57 2008
@@ -66,7 +66,7 @@
//Carregando Fontes Padr�es
//UtilLog::tracer("Carregando Fonte Padr�o para FonteManager");
- writeSystem->carregar(Kernel::Write::WriteManager::defaultFont,getPath()+"data//kernel//fonte//default.png");
+ writeSystem->carregar(Kernel::Write::WriteManager::defaultFont,"data//kernel//fonte//default.png");
//UtilLog::tracer("Carregando Padr�es para Fundo de Janelas");
graphicSystemCore->graphicSystem->imageBufferManager->carregar("gbf-window-background","data//kernel//imagem//window-background.png");
Modified: trunk/doc/uml/GBF/129616.bodies
==============================================================================
--- trunk/doc/uml/GBF/129616.bodies (original)
+++ trunk/doc/uml/GBF/129616.bodies Sat Jul 5 18:31:57 2008
@@ -29,8 +29,10 @@
!!!190672.cpp!!! carregar(in nome : std::string, in arquivo : std::string) : void
FonteBitmap *f = new FonteBitmap();
+ std::string fullpath=Kernel::Util::Path::getPath()+arquivo;
+
// UtilLog::tracer("FonteBitmap=%s Arquivo=%s",nome.c_str(),arquivo.c_str());
- if (f->carregarArquivo(arquivo)){
+ if (f->carregarArquivo(fullpath)){
objetomap[nome]=f;
//UtilLog::comentario("[Ok]");
} else {
Modified: trunk/doc/uml/GBF/129872
==============================================================================
--- trunk/doc/uml/GBF/129872 (original)
+++ trunk/doc/uml/GBF/129872 Sat Jul 5 18:31:57 2008
@@ -1,6 +1,6 @@
format 55
"GBF" // Framework GBF::GBF
- revision 39
+ revision 40
modified_by 28 "david"
// class settings
//class diagram settings