KDevelop API Documentation

ftnchekconfigwidget.cpp File Reference

#include "ftnchekconfigwidget.h"
#include <qcheckbox.h>
#include <qbuttongroup.h>
#include <qheader.h>
#include <qlistview.h>
#include <qradiobutton.h>
#include <qtooltip.h>
#include <klocale.h>
#include "domutil.h"
#include "ftnchekconfigwidget.moc"

Include dependency graph for ftnchekconfigwidget.cpp:

Include dependency graph

Go to the source code of this file.

Classes

class  FtnchekItem
class  FtnchekToolTip

Variables

const char * arguments_flags []
const char * common_flags []
const char * truncation_flags []
const char * usage_flags []
const char * f77_flags []
const char * portability_flags []


Variable Documentation

const char* arguments_flags[]
 

Initial value:

 {
    "arrayness",     I18N_NOOP("Warn about inconsistent use of arguments that use arrays"),
    "type",          I18N_NOOP("Warn about dummy arguments of a data type different from "
                               "the actual arguments"),
    "function-type", I18N_NOOP("Warn if the invocation assumes a different data type for the return type, "
                               "different from the actual return type"),
    "number",        I18N_NOOP("Warn about invoking a subprogram with an incorrect number of arguments"),
    0,               0
}

Definition at line 92 of file ftnchekconfigwidget.cpp.

const char* common_flags[]
 

Initial value:

 {
    "dimension", I18N_NOOP("Corresponding arrays in each declaration of a block must agree in size "
                           "and number of dimensions"),
    "exact",     I18N_NOOP("The comparison of two blocks is done variable-by-variable"),
    "length",    I18N_NOOP("Warn if different declarations of the same block are not equal in total length"),
    "type",      I18N_NOOP("In each declaration of a block, corresponding memory locations "
                           "must agree in data type"),
    0,           0
}

Definition at line 103 of file ftnchekconfigwidget.cpp.

const char* f77_flags[]
 

Initial value:

 {
    "accept-type",     I18N_NOOP("ACCEPT and TYPE I/O statements"),
    "array-bounds",    I18N_NOOP("Expressions defining array bounds that contain array "
                                 "elements or function references"),
    "assignment-stmt", I18N_NOOP("Assignment statements involving arrays"),
    0,                 0
}

Definition at line 133 of file ftnchekconfigwidget.cpp.

const char* portability_flags[]
 

Initial value:

 {
    "backslash",        I18N_NOOP("Backslash characters in strings"),
    "common-alignment", I18N_NOOP("COMMON block variables not in descending order of storage sizes"),
    "hollerith",        I18N_NOOP("Hollerith constants"),
    0,                  0
}

Definition at line 142 of file ftnchekconfigwidget.cpp.

const char* truncation_flags[]
 

Initial value:

 {
    "int-div-exponent", I18N_NOOP("Use of the result of integer division as an exponent"),
    "int-div-real",     I18N_NOOP("Conversion of an expression involving an integer division to real"),
    "int-div-zero",     I18N_NOOP("Division in an integer constant expression that yields a result of zero"),
    0,                  0
}

Definition at line 114 of file ftnchekconfigwidget.cpp.

const char* usage_flags[]
 

Initial value:

 {
    "arg-alias",        I18N_NOOP("A scalar dummy argument is actually the same as another "
                                  "and is (or may be) modified"),
    "arg-array-alias",  I18N_NOOP("A dummy argument which is an array or array element "
                                  "is the same array as another and is modified"),
    "arg-common-alias", I18N_NOOP("A scalar dummy argument is the same as a common variable in "
                                  "the subprogram, and either is modified"),
    0,                  0
}

Definition at line 122 of file ftnchekconfigwidget.cpp.

KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:26:39 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003