]> git.llucax.com Git - z.facultad/75.42/plaqui.git/commit
* Se agrega ejemplo de carga desde un archivo XML. Para operar, copiar un xml
authorRicardo Markiewicz <gazer.arg@gmail.com>
Sat, 15 Nov 2003 17:45:38 +0000 (17:45 +0000)
committerRicardo Markiewicz <gazer.arg@gmail.com>
Sat, 15 Nov 2003 17:45:38 +0000 (17:45 +0000)
commit7353f36b6d2eca998f2cb2ca561219b3979ff167
tree90f51b4bdf001cf75a0c15ca0c238c5674cdc67d
parent34fb46485db0fb44f8dcc532866d988f8e54caa2
 * Se agrega ejemplo de carga desde un archivo XML. Para operar, copiar un xml
   al directorio del ejecutable, renombrarlo como text.xml, luego cargar la
   aplicacion e ir al menu Ver->Propiedades. Esto carga solo las bombas y los
   codos que tenga el circuito por ahora !
 * Se agregan las imagenes en /pixmaps (por ahora copien codo_*.png y
   bomba*.png al directorio src para poder cargar del XML)
28 files changed:
Client/include/item.h [new file with mode: 0644]
Client/include/item_bomba.h [new file with mode: 0644]
Client/include/item_codo.h [new file with mode: 0644]
Client/include/principal.h
Client/pixmaps/bomba_e.png [new file with mode: 0644]
Client/pixmaps/bomba_o.png [new file with mode: 0644]
Client/pixmaps/canio_n.png [new file with mode: 0644]
Client/pixmaps/canio_s.png [new file with mode: 0644]
Client/pixmaps/codo_e.png [new file with mode: 0644]
Client/pixmaps/codo_n.png [new file with mode: 0644]
Client/pixmaps/codo_o.png [new file with mode: 0644]
Client/pixmaps/codo_s.png [new file with mode: 0644]
Client/pixmaps/exclusa_h.png [new file with mode: 0644]
Client/pixmaps/exclusa_s.png [new file with mode: 0644]
Client/pixmaps/tanque_e.png [new file with mode: 0644]
Client/pixmaps/tanque_o.png [new file with mode: 0644]
Client/pixmaps/y_e.png [new file with mode: 0644]
Client/pixmaps/y_n.png [new file with mode: 0644]
Client/pixmaps/y_o.png [new file with mode: 0644]
Client/pixmaps/y_s.png [new file with mode: 0644]
Client/src/Makefile.am
Client/src/client.glade
Client/src/item.cpp [new file with mode: 0644]
Client/src/item_bomba.cpp [new file with mode: 0644]
Client/src/item_codo.cpp [new file with mode: 0644]
Client/src/principal.cpp
Model/src/simulador.cpp
docs/clases.dia