Source: /app/hbasic/hbasic/packages/hbasic_radmin/asc_edit_dlg.h


Annotated List
Files
Globals
Hierarchy
Index

#ifndef ASCEDIT_DLG_H
#define ASCEDIT_DLG_H

#include 

class QMultiLineEdit;
class QPushButton;

class CAsciiEditDlg : public QDialog
{
Q_OBJECT

public:
	CAsciiEditDlg( short display_mode, char *host, char *info );

	QMultiLineEdit *ml_editor;

private:
	/* Path to file which should be displayed in editor */
	short file_changed;
	char *editor_file;
	char remote_host[100];

	QPushButton *btn_ok;
	QPushButton *btn_save;

	void resizeEvent( QResizeEvent *evt );

private slots:
	void slotSaveFile( void );
	void slotCloseEditor( void );
	void loadFileContents( void );
};

#endif


Generated by: root on linux on Sun Jul 13 18:06:35 2003, using kdoc 2.0a54.