0.5.0_beta
git-svn-id: svn://db.shs.com.ru/pip@42 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -4,10 +4,12 @@
|
||||
#include "piscreentiles.h"
|
||||
#include "pidir.h"
|
||||
|
||||
class Daemon;
|
||||
|
||||
class FileManager: public PIObject {
|
||||
PIOBJECT(FileManager)
|
||||
public:
|
||||
FileManager();
|
||||
FileManager(Daemon * d);
|
||||
|
||||
PIScreenTile * tile() const;
|
||||
|
||||
@@ -35,6 +37,7 @@ private:
|
||||
|
||||
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