#include <wx/wxprec.h>
#include <wx/wx.h>
#include <iostream>
#include <vector>
#include <deque>
#include "marTypes.h"
#include "pColorPoint.h"
#include "LogicalColorBar.h"
#include "pFigure.h"
#include "wx/colordlg.h"
Go to the source code of this file.
Classes | |
class | pColorBar |
Defines | |
#define | TRIANGLE 3 |
#define | RECTANGLE 4 |
#define | FIGURE_WIDTH 3 |
Enumerations | |
enum | { cntID_ADD_COLOR_POINT = 6000, cntID_DEL_COLOR_POINT, cntID_CHANGE_COLOR_POINT, cntID_DEGRADE_CONTROL, cntID_CHANGE_FIGURE, cntID_TRIANGLES_UP, cntID_TRIANGLES_DOWN, cntID_TRIANGLES_LEFT, cntID_TRIANGLES_RIGHT, cntID_RECTANGLES } |
#define FIGURE_WIDTH 3 |
Definition at line 38 of file pColorBar.h.
Referenced by pColorBar::pColorBar().
#define RECTANGLE 4 |
Definition at line 33 of file pColorBar.h.
Referenced by pFigure::getVertexPoints(), pFigure::isPointInside(), pColorBar::onRectangles_Figure(), and pColorBar::pColorBar().
#define TRIANGLE 3 |
Definition at line 32 of file pColorBar.h.
Referenced by pFigure::getVertexPoints(), and pFigure::isPointInside().
anonymous enum |
Command IDs used by pColorPoint
Definition at line 53 of file pColorBar.h.
00054 { 00055 cntID_ADD_COLOR_POINT = 6000, 00056 cntID_DEL_COLOR_POINT, 00057 cntID_CHANGE_COLOR_POINT, 00058 cntID_DEGRADE_CONTROL, 00059 cntID_CHANGE_FIGURE, 00060 cntID_TRIANGLES_UP, 00061 cntID_TRIANGLES_DOWN, 00062 cntID_TRIANGLES_LEFT, 00063 cntID_TRIANGLES_RIGHT, 00064 cntID_RECTANGLES, 00065 };