Go to the documentation of this file.Go to the SVN repository for this file.
39 static const wxString strMark (
wxT(
"Mark") );
40 static const wxString strOrganism (
wxT(
"Organism") );
41 static const wxString strName (
wxT(
"Name") );
42 static const wxString strUniProtName (
wxT(
"UniProtName") );
43 static const wxString strGeneLocusTag (
wxT(
"Gene Locus tag") );
44 static const wxString strGeneSynonym (
wxT(
"Gene Synonym") );
45 static const wxString strGeneLocus (
wxT(
"Gene Locus") );
46 static const wxString strAccession (
wxT(
"Accession") );
47 static const wxString strGeneID (
wxT(
"Gene ID") );
48 static const wxString strID (
wxT(
"ID") );
49 static const wxString strCDDs (
wxT(
"CDDs") );
50 static const wxString strHAMAPs (
wxT(
"HAMAPs") );
51 static const wxString strKOs (
wxT(
"KOs") );
52 static const wxString strPubs (
wxT(
"Pubs") );
53 static const wxString strArCOGs (
wxT(
"arCOGs") );
54 static const wxString strStructures (
wxT(
"Structures") );
55 static const wxString strUndefined (
wxT(
"Undefined Column") );
58 case eMark:
return strMark;
60 case eName:
return strName;
67 case eID:
return strID;
68 case eCDDs:
return strCDDs;
70 case eKOs:
return strKOs;
71 case ePubs:
return strPubs;
100 case eID:
return wxT(
"int");
103 case eKOs:
return wxT(
"string");
109 return wxT(
"string");
virtual wxVariant GetValueAt(int i, int j) const
virtual int GetNumRows() const
Returns the number of rows in the model.
virtual wxString GetColumnName(int aColIx) const
Returns a default name for the column using spreadsheet conventions: A, B, C, ...
virtual wxString GetColumnType(int aColIx) const
Tries to extract actual type from row 0 value if it exists.
bool IsMarked(int row) const
virtual int GetNumColumns() const
Returns the number of columns in the model.
void SetMarked(int row, bool value)
static const char * column
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
const GenericPointer< typename T::ValueType > T2 value
#define row(bind, expected)