|
@@ -267,6 +267,7 @@ private:
|
|
bool __fastcall GetEnableFocusedOperation(TOperationSide Side, int FilesOnly);
|
|
bool __fastcall GetEnableFocusedOperation(TOperationSide Side, int FilesOnly);
|
|
bool __fastcall GetEnableSelectedOperation(TOperationSide Side, int FilesOnly);
|
|
bool __fastcall GetEnableSelectedOperation(TOperationSide Side, int FilesOnly);
|
|
void __fastcall SetTerminal(TTerminal * value);
|
|
void __fastcall SetTerminal(TTerminal * value);
|
|
|
|
+ void __fastcall DoSetTerminal(TTerminal * value, bool Replace);
|
|
void __fastcall SetQueue(TTerminalQueue * value);
|
|
void __fastcall SetQueue(TTerminalQueue * value);
|
|
void __fastcall TransferListChange(TObject * Sender);
|
|
void __fastcall TransferListChange(TObject * Sender);
|
|
void __fastcall TransferListDrawItem(TTBXCustomList * Sender, TCanvas * ACanvas,
|
|
void __fastcall TransferListDrawItem(TTBXCustomList * Sender, TCanvas * ACanvas,
|
|
@@ -380,7 +381,7 @@ protected:
|
|
const TCustomCommandType & ACommand, TStrings * ALocalFileList,
|
|
const TCustomCommandType & ACommand, TStrings * ALocalFileList,
|
|
const TCustomCommandData & Data, const UnicodeString & CommandCommand);
|
|
const TCustomCommandData & Data, const UnicodeString & CommandCommand);
|
|
virtual void __fastcall TerminalChanging();
|
|
virtual void __fastcall TerminalChanging();
|
|
- virtual void __fastcall TerminalChanged();
|
|
|
|
|
|
+ virtual void __fastcall TerminalChanged(bool Replaced);
|
|
virtual void __fastcall QueueChanged();
|
|
virtual void __fastcall QueueChanged();
|
|
void __fastcall InitStatusBar();
|
|
void __fastcall InitStatusBar();
|
|
void __fastcall UpdateStatusBar();
|
|
void __fastcall UpdateStatusBar();
|
|
@@ -761,6 +762,7 @@ public:
|
|
bool __fastcall CanPrivateKeyUpload();
|
|
bool __fastcall CanPrivateKeyUpload();
|
|
void __fastcall PrivateKeyUpload();
|
|
void __fastcall PrivateKeyUpload();
|
|
bool __fastcall IsComponentPossible(Byte Component);
|
|
bool __fastcall IsComponentPossible(Byte Component);
|
|
|
|
+ void __fastcall ReplaceTerminal(TTerminal * value);
|
|
|
|
|
|
__property bool ComponentVisible[Byte Component] = { read = GetComponentVisible, write = SetComponentVisible };
|
|
__property bool ComponentVisible[Byte Component] = { read = GetComponentVisible, write = SetComponentVisible };
|
|
__property bool EnableFocusedOperation[TOperationSide Side] = { read = GetEnableFocusedOperation, index = 0 };
|
|
__property bool EnableFocusedOperation[TOperationSide Side] = { read = GetEnableFocusedOperation, index = 0 };
|