TimerPool fixoutManipulator
git-svn-id: svn://db.shs.com.ru/pip@80 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -86,8 +86,11 @@ private:
|
||||
};
|
||||
|
||||
class TileFileProgress: public PIScreenTile {
|
||||
PIOBJECT_SUBCLASS(TileFileProgress, PIScreenTile)
|
||||
public:
|
||||
TileFileProgress();
|
||||
void show(PIFileTransfer * f);
|
||||
void close();
|
||||
TileSimple * label_file, * label_speed;
|
||||
TileProgress * prog_file, * prog_all;
|
||||
TileButtons * buttons;
|
||||
@@ -95,6 +98,8 @@ private:
|
||||
void resizeEvent(int w, int h);
|
||||
void sizeHint(int & w, int & h) const;
|
||||
void drawEvent(PIScreenDrawer * d);
|
||||
PIString conn_name;
|
||||
EVENT_HANDLER2(void, tileEvent, PIScreenTile *, t, PIScreenTypes::TileEvent, e);
|
||||
};
|
||||
|
||||
EVENT_HANDLER2(void, tileEvent, PIScreenTile *, t, PIScreenTypes::TileEvent, e);
|
||||
@@ -104,6 +109,7 @@ private:
|
||||
EVENT_HANDLER3(void, fmActionRequest, bool, remote_tile, FileManager::Action, type, PIVariant, data);
|
||||
EVENT_HANDLER2(void, timerEvent, void * , _d, int, delim);
|
||||
EVENT_HANDLER2(void, filesReceived, const PIString & , name, bool, ok);
|
||||
EVENT_HANDLER2(void, closeFileDialog, const PIString & , name, bool, ok);
|
||||
EVENT(menuRequest);
|
||||
void hideAll();
|
||||
void showTile(PIScreenTile * t, const PIString & header = PIString());
|
||||
@@ -113,11 +119,6 @@ private:
|
||||
void dataReceived(const PIString & from, const PIByteArray & data);
|
||||
void makeMyHostInfo();
|
||||
void makeOtherHostInfo();
|
||||
void updateConsole();
|
||||
void tabConnectedHeader(int cols = 1);
|
||||
void tabConnect();
|
||||
void tabFeature();
|
||||
void tabInfo();
|
||||
|
||||
void requestChDir(const PIString & d);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user