git-svn-id: svn://db.shs.com.ru/libs@105 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -23,16 +23,27 @@ public:
|
||||
const KSection section(int v) const;
|
||||
const KSection & root() const;
|
||||
|
||||
int count(bool recursive = true) const;
|
||||
const PIString file() const {return k_file;}
|
||||
int fileSize() const {return k_file_size;}
|
||||
|
||||
EVENT(sended)
|
||||
EVENT(received)
|
||||
EVENT_HANDLER(void, send);
|
||||
EVENT_HANDLER(void, request);
|
||||
bool configure(const PIString & config, const PIString & sect = PIStringAscii("k"));
|
||||
void write(PIIODevice * d);
|
||||
void read(PIIODevice * d);
|
||||
void parse(PIIODevice * d);
|
||||
void update(PIIODevice * d);
|
||||
|
||||
void readFile();
|
||||
void writeFile();
|
||||
|
||||
private:
|
||||
Core * core;
|
||||
PIString k_file;
|
||||
int k_file_size;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user