Source: ./dialogs/codegenerationoptionspage.h


Annotated List
Files
Globals
Hierarchy
Index
/***************************************************************************
                          codegenerationoptionspage.h  -  description
                             -------------------
    begin                : Thu Jul 25 2002
    copyright            : (C) 2002 by Luis De la Parra
    email                : luis@delaparra.org
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

#ifndef CODEGENERATIONOPTIONSPAGE_H
#define CODEGENERATIONOPTIONSPAGE_H

#include 
#include "codegenerationoptionsbase.h"
#include "settingsdlg.h"

/**
 * @author Luis De la Parra
 */

class CodeGenerationOptionsPage : public CodeGenerationOptionsBase  {
	Q_OBJECT
public:
	CodeGenerationOptionsPage(const SettingsDlg::CodeGenState &state,
	                          QWidget *parent=0, const char *name=0);
	~CodeGenerationOptionsPage();
	void setDefaults();
	void setState(const SettingsDlg::CodeGenState &state);
	void state(SettingsDlg::CodeGenState &state);
protected slots:
	void browseClicked();
};

#endif

Generated by: jr on radge on Wed Sep 25 00:11:47 2002, using kdoc 2.0a54.