NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbireg.hpp>
#include <util/tables/raw_scoremat.h>
#include <gui/widgets/aln_score/template_methods.hpp>
#include <gui/widgets/aln_score/gradient_color_panel.hpp>
#include "wx/valgen.h"
#include <gui/widgets/wx/hyperlink.hpp>
#include <wx/scrolwin.h>
#include <wx/statbox.h>
#include <wx/checkbox.h>
#include <wx/textctrl.h>
#include <gui/widgets/wx/number_validator.hpp>
#include <gui/widgets/wx/color_picker_validator.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CColorPanel |
struct | CColorPanel::SData |
class | CColorTableScoringPanel |
CColorTableScoringPanel - Properties Panel for CColorTableMethod. More... | |
class | CColumnScoringPanel |
CColumnScoringPanel. More... | |
class | CMatrixScoringPanel |
CMatrixScoringPanel. More... | |
Macros | |
#define | ID_ADD_ROW 10000 |
#define | ID_SWAP_COLORS 10001 |
#define | ID_CONTRAST_FG 10002 |
#define | ID_CONTRAST_BG 10003 |
Variables | |
static const string | kDefaultColorStr = "224 224 224" |
CColorTableMethod. More... | |
static const string | kTablerow = "TableRows" |
static const string | kTablerowF = "TableRowsForeground" |
static const string | kTablerowB = "TableRowsBackground" |
const unsigned int | kMatrixSize = 28 |
CMatrixScoringMethod. More... | |
#define ID_ADD_ROW 10000 |
Definition at line 537 of file template_methods.cpp.
#define ID_CONTRAST_BG 10003 |
Definition at line 540 of file template_methods.cpp.
#define ID_CONTRAST_FG 10002 |
Definition at line 539 of file template_methods.cpp.
#define ID_SWAP_COLORS 10001 |
Definition at line 538 of file template_methods.cpp.
Definition at line 53 of file template_methods.cpp.
Referenced by CColorTableMethod::Load().
Definition at line 978 of file template_methods.cpp.
Referenced by CMatrixScoringMethod::CMatrixScoringMethod(), CMatrixScoringMethod::Load(), and CMatrixScoringMethod::x_BaseToIndex().
Definition at line 73 of file template_methods.cpp.
Referenced by CColorTableMethod::Load().
Definition at line 75 of file template_methods.cpp.
Referenced by CColorTableMethod::Load(), and CColorTableMethod::Save().
Definition at line 74 of file template_methods.cpp.
Referenced by CColorTableMethod::Load(), and CColorTableMethod::Save().