  | 
  
    OpenMS
    2.5.0
    
   | 
 
 
 
  
  
 
Go to the documentation of this file.
   39 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h> 
   47   class DataFilterDialogTemplate;
 
   72     void field_changed_(
const QString &);
 
   74     void op_changed_(
const QString &);
 
   84     Ui::DataFilterDialogTemplate* 
ui_;
 
  
OpenMS identification format (.idXML)
Definition: FileTypes.h:66
 
Base class for TOPP applications.
Definition: TOPPBase.h:144
 
This class serves for reading in and writing FASTA files.
Definition: FASTAFile.h:64
 
Dialog for creating and changing a DataFilter.
Definition: DataFilterDialog.h:56
 
A more convenient string class.
Definition: String.h:58
 
Representation of a peak/feature filter combining FilterType, FilterOperation and a value.
Definition: DataFilters.h:74
 
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
 
mzIdentML (HUPO PSI AnalysisXML followup format) (.mzid)
Definition: FileTypes.h:77
 
DataFilters::DataFilter & filter_
Reference to the filter that is modified.
Definition: DataFilterDialog.h:78
 
void load(const String &filename, std::vector< ProteinIdentification > &protein_ids, std::vector< PeptideIdentification > &peptide_ids)
Loads the identifications of an idXML file without identifier.
 
File adapter for MzIdentML files.
Definition: MzIdentMLFile.h:67
 
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
 
Definition: DataFilterDialog.h:45
 
Facilitates file handling by file type recognition.
Definition: FileHandler.h:62
 
Type
Actual file types enum.
Definition: FileTypes.h:58
 
static FileTypes::Type getType(const String &filename)
Tries to determine the file type (by name or content)
 
void load(const String &filename, std::vector< ProteinIdentification > &poid, std::vector< PeptideIdentification > &peid)
Loads the identifications from a MzIdentML file.
 
int main(int argc, const char **argv)
Definition: INIFileEditor.cpp:73
 
Represents the peptide hits for a spectrum.
Definition: PeptideIdentification.h:62
 
static void load(const String &filename, std::vector< FASTAEntry > &data)
loads a FASTA file given by 'filename' and stores the information in 'data'
 
#define OPENMS_LOG_INFO
Macro if a information, e.g. a status should be reported.
Definition: LogStream.h:465
 
Ui::DataFilterDialogTemplate * ui_
Definition: DataFilterDialog.h:84
 
Used to load and store idXML files.
Definition: IdXMLFile.h:63
 
static void store(const String &filename, const std::vector< FASTAEntry > &data)
stores the data given by 'data' at the file 'filename'