grwnd2.dll
Classes:
#module root.graph.graphic
The GraphicWnd2 class is designed for the graph output window
maintenance and supports a set of cursors on screen.
Methods:
param x;
Sets the pair of cursors near the x point of the 0 graph.
param CurData;
This method is called before adding the cursors.
Where the CurData parameter represents the added
element to the .Cursors
( << leftCur, rightCur, colorRef, colorAttr >> ).
For more information see the comment to the RoutToParent( ... ).
param CurPairNo, NewColor;
This method is called before the region color is to be changed.
Where the CurPairNo parameter represents the index of the pair of
cursors in the .Cursors and the NewColor parameter represents the
color this pair will have.
For more information see the comment to the RoutToParent( ... ).
param CurPairNo;
This method is called before deleting the cursors.
If it returns TRUE then the selected pair of cursors will be deleted.
Where the CurPairNo parameter represents the index of the pair of
cursors to the .Cursors ( deleted ).
For more information see the comment to the RoutToParent( ... ).
Deletes all graphs within a window
Returns a vector of the following type:
<< <<x,y>>, <<x,y>> , colorRef >>
with data for the 0 graph and the 0 curve.
Returns a vector that consists of the elements
of the following type:
<< <<x,y>>, <<x,y>> , colorRef >>
with data for the 0 graph and the 0 curve.
The vector length is equal to the number of the pairs of cursors.
param x;
param UseColor;
Constructor for graph window creating
If the UseColor parameter == FALSE then the regions without
painting are selected.
param UseColor, Parent;
Constructor for graph window creating
If the UseColor parameter == FALSE then the regions without
painting are selected.
param UseColor, Parent, AChild;
Constructor for graph window creating
If the UseColor parameter == FALSE then the regions without
painting are selected.
If the AChild parameter == TRUE then the window is without a caption
and border.
param UseColor, Parent;
Constructor for graph window creating
If the UseColor parameter == FALSE then the regions without
painting are selected.
template - window template name;
dll - resource dll name.
Constructor for graph with painting window creating
param x;
Returns an index in the .Cursors of the pair of cursors within
which the x is located or -1.
param CursorsCount;
param CurData;
This method is called when the cursors have been added.
Where the CurPairNo parameter represents the index of the pair of
cursors to the .Cursors ( added ).
For more information see the comment to the RoutToParent( ... ).
param CursorsCount; (obsolete function )
This method is called when the number of cursors is changed.
The CursorsCount parameter represents the new number of cursors.
For more information see the comment to the RoutToParent( ... ).
param CurPairNo, OldColor;
This method is called when the region color has changed.
Where the CurPairNo parameter represents the index of the pair
of cursors in the .Cursors and the OldColor parameter represents
the old color.
For more information see the comment to the RoutToParent( ... ).
param CurData;
This method is called when the cursors have been deleted.
Where the CurData parameter represents the deleted
element in the .Cursors
( << leftCur, rightCur, colorRef, colorAttr >> ).
For more information see the comment to the RoutToParent( ... ).
param CurPairNo, CurNo;
This method is called when cursor positions or region
color are changed.
Where the CurPairNo parameter represents the index of the pair of
cursors in the .Cursors, and the CurNo == 0 for the left cursor and
the CurNo == 1 for the right cursor in the pair, the CurNo = -1 if
the only the color has changed.
For more information see the comment to the RoutToParent( ... ).
param On;
It is designed for enabling/disabling of notifying messages
sending to the graph parent.
If it is enabled then the OnMoveCursors method (and similar to it)
will realize the GetParent()->OnMoveCursors( ... ) call
#module root.graph.graphic
Класс GraphicWnd2 предназначен для обслуживания окна
вывода графиков и поддерживает набор курсоров на экране.
Methods:
param x;
Устанавливает пару курсоров около точки x графика 0.
param CurData;
Метод вызываемый перед добавлением курсоров.
Где CurData - добавляемый элемент в .Cursors
( << leftCur, rightCur, colorRef, colorAttr >> ).
См. комментарий к RoutToParent( ... ).
param CurPairNo, NewColor;
Метод вызываемый перед изменением цвета области.
Где CurPairNo - индекс пары курсоров в .Cursors, и
NewColor - цвет, который будет иметь эта пара.
См. комментарий к RoutToParent( ... ).
param CurPairNo;
Метод вызываемый перед удалением курсоров. Если вернет TRUE, то
выбранная пара курсоров будет удалена.
Где CurPairNo - индекс пары курсоров в .Cursors ( удаляемой ).
См. комментарий к RoutToParent( ... ).
Уничтожает все графики в окне
Вернет вектор вида << <<x,y>>, <<x,y>> , colorRef >>
с данными для графика 0 и кривой 0.
Вернет вектор из элементов вида << <<x,y>>, <<x,y>> , colorRef >>
с данными для графика 0 и кривой 0.
Длина вектора равна кол-ву пар курсоров.
param x;
param UseColor;
Конструктор для создания окна-графика
Если UseColor == FALSE, то выделяются области без раскраски.
param UseColor, Parent;
Конструктор для создания окна-графика
Если UseColor == FALSE, то выделяются области без раскраски.
param UseColor, Parent;
Конструктор для создания окна-графика
Если UseColor == FALSE, то выделяются области без раскраски.
template - имя шаблона окна;
dll - имя dll ресурсов.
Конструктор для создания окна-графика с раскраской
param x;
Вернет индекс в .Cursors пары курсоров внутри
которой находится x или -1.
param CursorsCount;
Метод вызываемый после добавления курсоров.
Где CurPairNo - индекс пары курсоров в .Cursors ( добавленной ).
См. комментарий к RoutToParent( ... ).
param CursorsCount; ( устаревшая функция )
Метод вызываемый при изменении числа курсоров.
CursorsCount - новое число курсоров.
См. комментарий к RoutToParent( ... ).
param CurPairNo, OldColor;
Метод вызываемый после изменения цвета области.
Где CurPairNo - индекс пары курсоров в .Cursors,
OldColor - старый цвет.
См. комментарий к RoutToParent( ... ).
param CurData;
Метод вызываемый после удаления курсоров.
Где CurData - удаленный элемент в .Cursors
( << leftCur, rightCur, colorRef, colorAttr >> ).
См. комментарий к RoutToParent( ... ).
param CurPairNo, CurNo;
Метод вызываемый при изменении положения курсоров или цвета
области.
Где CurPairNo - индекс пары курсоров в .Cursors, и
CurNo == 0 для левого курсора и CurNo == 1 для правого
курсора в паре, CurNo = -1 если просто изменился цвет.
См. комментарий к RoutToParent( ... ).
param On;
Предназначена для включения/выключения пересылки
уведомляющих сообщений к родителю графика.
Если включено, то метод OnMoveCursors ( и подобные ему )
будет осуществлять вызов GetParent()->OnMoveCursors( ... )
Определяет заливать ли график
- AddCursors, method of class GraphicWnd2
- AddCursors, method of class GraphicWnd22
- CanAddCursors, method of class GraphicWnd2
- CanAddCursors, method of class GraphicWnd22
- CanChangeColor, method of class GraphicWnd2
- CanChangeColor, method of class GraphicWnd22
- CanDelCursors, method of class GraphicWnd2
- CanDelCursors, method of class GraphicWnd22
- Clear, method of class GraphicWnd2
- Clear, method of class GraphicWnd22
- GetCursorPairData, method of class GraphicWnd2
- GetCursorPairData, method of class GraphicWnd22
- GetCursorsData, method of class GraphicWnd2
- GetCursorsData, method of class GraphicWnd22
- GetScreenXY, method of class GraphicWnd2
- GetScreenXY, method of class GraphicWnd22
- GraphicWnd2, class
- GraphicWnd2, method of class GraphicWnd2
- GraphicWnd22, class
- GraphicWnd22, method of class GraphicWnd22
- HitTest, method of class GraphicWnd2
- HitTest, method of class GraphicWnd22
- OnAddCursors, method of class GraphicWnd2
- OnAddCursors, method of class GraphicWnd22
- OnAddDelCursors, method of class GraphicWnd2
- OnAddDelCursors, method of class GraphicWnd22
- OnChangeColor, method of class GraphicWnd2
- OnChangeColor, method of class GraphicWnd22
- OnDelCursors, method of class GraphicWnd2
- OnDelCursors, method of class GraphicWnd22
- OnMoveCursors, method of class GraphicWnd2
- OnMoveCursors, method of class GraphicWnd22
- RouteToParent, method of class GraphicWnd2
- RouteToParent, method of class GraphicWnd22
- SetFillBackGround, method of class GraphicWnd22