#include <nvemftp.h>
Public Member Functions | |
nvemFTP (QWidget *parent=0, const char *name=0, WFlags fl=WType_TopLevel) | |
Create the main windor for nvemFTP. | |
virtual | ~nvemFTP () |
Destroy the nvemFTP main window. | |
nvemSplitter * | topSplitter () const |
Return a pointer to the splitter between the right and left sides. | |
nvemSplitter * | vertSplitter () const |
Return a pointer to the splitter that splits the tabs, queue, and log area. | |
nvemSplitter * | botSplitter () const |
Return a pointer to the splitter for the quick connect and log area. | |
void | refillProtocols () |
Update the available protocols. | |
Protected Types | |
enum | Views { LeftLocal = 0, LeftRemote, RightLocal, RightRemote } |
Enumerated values for the four listview tabs. More... | |
Protected Attributes | |
NNet * | rightRemoteNNet |
Pointer to the NNet object currently assigned to the right remote listview. | |
NNet * | leftRemoteNNet |
Pointer to the NNet object currently assigned to the left remote listview. | |
FtpView * | leftRemoteView |
Pointers to the FtpView objects for the right and left remote views. | |
FtpView * | rightRemoteView |
Pointers to the FtpView objects for the right and left remote views. | |
Friends | |
class | NQueue |
Allows NQueue to manage the NNets that are connected to our FtpView's. |
|
Enumerated values for the four listview tabs.
|
|
Create the main windor for nvemFTP.
|
|
Destroy the nvemFTP main window.
|
|
Return a pointer to the splitter for the quick connect and log area.
|
|
Update the available protocols.
|
|
Return a pointer to the splitter between the right and left sides.
|
|
Return a pointer to the splitter that splits the tabs, queue, and log area.
|
|
Allows NQueue to manage the NNets that are connected to our FtpView's.
|
|
Pointer to the NNet object currently assigned to the left remote listview.
|
|
Pointers to the FtpView objects for the right and left remote views.
|
|
Pointer to the NNet object currently assigned to the right remote listview.
|
|
Pointers to the FtpView objects for the right and left remote views.
|