Subversion Repositories svn1-original

Rev

Rev 301 | Rev 324 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 301 Rev 319
Line 16... Line 16...
16
    bool open_read_config( void );
16
    bool open_read_config( void );
17
    bool read_config( QFile &configFile  );
17
    bool read_config( QFile &configFile  );
18
    bool write_config( void );
18
    bool write_config( void );
19
    int lookup_class( const char *text);
19
    int lookup_class( const char *text);
20
    void load(const QString &cnfFile);
20
    void load(const QString &cnfFile);
21
    static const char *getAddendemFile(const QString &, bool create=false);
21
    static const QString getAddendemFile(const QString &, bool create=false);
22
 
22
 
23
    QString fileName;
23
    QString fileName;
24
 
24
 
25
    // Exact copy of the original config
25
    // Exact copy of the original config
26
    char        event_name[MAX_EVENT_NAME + 1]; /* Name of the event */
26
    char        event_name[MAX_EVENT_NAME + 1]; /* Name of the event */