Ignore:
Timestamp:
May 8, 2010, 8:34:05 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
495a53
Parents:
536ce2
git-author:
Frederik Heber <heber@…> (05/08/10 20:30:27)
git-committer:
Frederik Heber <heber@…> (05/08/10 20:34:05)
Message:

class config added to World.

  • World now has the global configuration.
  • new function World::getConfig().
  • TextWindow::TextWindow() uses thr above to obtain the configuration.

Signed-off-by: Frederik Heber <heber@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/UIElements/TextWindow.cpp

    r536ce2 re04838  
    5252{
    5353  MoleculeListClass *molecules = World::getInstance().getMolecules();
    54   config *configuration = NULL;
     54  config *configuration = World::getInstance().getConfig();
    5555  periodentafel *periode = World::getInstance().getPeriode();
    5656  char *ConfigFileName = NULL;
Note: See TracChangeset for help on using the changeset viewer.