Editor Class Reference

#include <RioQt.h>

Public Member Functions

 Editor (pid_t, QString, QString, FileWindow *)

Data Fields

pid_t editorPID
QString file
QString remoteFile
FileWindowfileWindow

Detailed Description

Definition at line 90 of file RioQt.h.


Constructor & Destructor Documentation

Editor::Editor ( pid_t  editorPID,
QString  file,
QString  remoteFile,
FileWindow fileWindow 
)

Definition at line 578 of file RioQt.cpp.

00582 {
00583     this->editorPID  = editorPID;
00584     this->file       = file;
00585     this->remoteFile = remoteFile;
00586     this->fileWindow = fileWindow;
00587 }


Field Documentation

Definition at line 95 of file RioQt.h.

QString Editor::file

Definition at line 96 of file RioQt.h.

Definition at line 98 of file RioQt.h.

Definition at line 97 of file RioQt.h.


The documentation for this class was generated from the following files:
Generated on Wed Jul 4 16:03:34 2012 for RIO by  doxygen 1.6.3