git-svn-id: svn://db.shs.com.ru/pip@240 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -4,12 +4,11 @@
|
||||
#include "piscreentiles.h"
|
||||
#include "pidir.h"
|
||||
|
||||
class Daemon;
|
||||
|
||||
class FileManager: public PIObject {
|
||||
PIOBJECT(FileManager)
|
||||
public:
|
||||
FileManager(Daemon * d = 0);
|
||||
FileManager();
|
||||
|
||||
PIScreenTile * tile() const;
|
||||
PIScreenTile * localTile() const {return panels[0];}
|
||||
@@ -67,11 +66,8 @@ private:
|
||||
EVENT1(tileKey, PIKbdListener::KeyEvent, key)
|
||||
static void tileKey_s(void * fm, PIKbdListener::KeyEvent key) {((FileManager*)fm)->tileKey(key);}
|
||||
|
||||
bool del_commit;
|
||||
TileDir * panels[2];
|
||||
Daemon * daemon;
|
||||
PIScreenTile * tile_root;
|
||||
PIStringList selected;
|
||||
typedef PIPair<PIString, PIString> SSPair;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user