Show
Ignore:
Timestamp:
21/05/10 19:44:17 (2 years ago)
Author:
westram
Message:
  • AW_root
    • ctor initializes AWAR subsystem
    • made more clear that AW_root is a singleton
    • call dtor atexit; unlink AWARs from prop-DB and free memory (AW_window instances and releated mem still remain)
    • close properties DB
    • renamed some functions
  • AW_awar
    • added dtor
  • added AWT_create_root (necessary to add properties DB to DB-browser)
  • removed AWT_open_properties (done inside AW_root-ctor now)
  • EDIT properties
    • detect existing properties before constructing AW_root
  • removed AW_config_struct
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/WINDOW/aw_awars.hxx

    r6366 r6666  
    22#define AW_AWARS_HXX 
    33 
    4 #define AWAR_DB                "tmp/nt/arbdb/" 
    5 #define AWAR_DB_PATH           AWAR_DB "file_name" 
    6 #define AWAR_DB_NAME           AWAR_DB_PATH "_without_path" //  awar is automatically updated when AWAR_DB_PATH changes 
     4#define AWAR_DB        "tmp/nt/arbdb/" 
     5#define AWAR_DB_PATH   AWAR_DB "file_name" 
     6#define AWAR_DB_TYPE   AWAR_DB "type" 
     7#define AWAR_DB_FILTER AWAR_DB "filter" 
     8#define AWAR_DB_NAME   AWAR_DB_PATH "_without_path" //  awar is automatically updated when AWAR_DB_PATH changes 
     9 
    710#define AWAR_DEFAULT_ALIGNMENT "presets/use" 
    811