Show FlagsConstructorDialog.h syntax highlighted
#ifndef __FLAGSCONSTRUCTORDIALOG_H__
#define __FLAGSCONSTRUCTORDIALOG_H__ 1
namespace osgDesigner
{
class FlagsConstructorDialog : public QDialog
{
Q_OBJECT
public:
FlagsConstructorDialog();
virtual ~FlagsConstructorDialog();
};
}
#endif // ** __FLAGSCONSTRUCTORDIALOG_H__ ** //
See more files for this project here