|
def | __init__ (self, parent, ns_dict, fullpath, outp, pos_x, pos_y) |
|
def | checkConnect (self, inp_obj, subscr_list) |
|
def | checkConnect2 (self, line, subscr_list) |
|
def | checkOtherConnect (self) |
|
def | connect (self, line_idx, subscription_type) |
|
def | connect2 (self, line_idx, subscription_type) |
|
def | createWidget (self) |
|
def | dcoords (self) |
|
def | delLineIdx (self, idx) |
|
def | disconnect (self, line_idx) |
|
def | disconnectToObjref (self, subscr_list) |
|
def | dmove (self, dc, movex, movey) |
|
def | getConfig (self, name) |
|
def | reConnectLine (self) |
|
def | refresh (self) |
|
def | remakeLines (self) |
|
def | removeWidget (self, dc, rot=0) |
|
def | selected (self) |
|
def | unselected (self, dc) |
|
def | updatePolygonSize (self, x, y, ratioW, ratioH) |
|
�����ȥݡ��ȿ���������륯�饹
Definition at line 1154 of file RtmSystemDraw.py.
def RtmSystemDraw.GRtcOut.__init__ |
( |
|
self, |
|
|
|
parent, |
|
|
|
ns_dict, |
|
|
|
fullpath, |
|
|
|
outp, |
|
|
|
pos_x, |
|
|
|
pos_y |
|
) |
| |
���饹�ν�����ʥ����ȥݡ��ȿ��κ�����
[����]
parent -- �ƥ��饹����ꤹ��
ns_data -- ����ݡ��ͥ�ȤΥǥ�������ʥ
inp -- ����ݡ��ȤΥǥ�������ʥ(in_list[n])
pos_x -- ����ݡ��ȿ��Σ���ɸ
pos_y -- ����ݡ��ȿ��Σ���ɸ
[�����]
void
Definition at line 1156 of file RtmSystemDraw.py.
def RtmSystemDraw.GRtcOut.checkConnect |
( |
|
self, |
|
|
|
inp_obj, |
|
|
|
subscr_list |
|
) |
| |
��³�����å�
���ꤷ����³���inport�ˤΥ�ե�������뤫�����å�����
[����]
inp_obj --- ����ݡ��ȤΥ��֥������ȡ���ե����
ref_list --- ����ݡ��ȤΥ�ե�����ꥹ��
[�����]
ret_num --- subScription_list ��ź����/�ʤ�����-1
Definition at line 1723 of file RtmSystemDraw.py.
def RtmSystemDraw.GRtcOut.checkConnect2 |
( |
|
self, |
|
|
|
line, |
|
|
|
subscr_list |
|
) |
| |
��³�����å�
�����å��оݤ���³�����ä����ϡ��ꥹ�Ⱦ夫���������ֵѤ���
�Ť������뤫Ĵ�٤�٤˸ƤФ��
[����]
line --- ���Υ��֥�������
ref_list --- ��³���inport�ˤΥ��֥������ȥ�ե�����ꥹ��
[�����]
(ret, ref_list) --- ret 0:�ʤ� / 1:���� , ref_list: �Ĥ�Υ�ե���ꥹ��
Definition at line 1747 of file RtmSystemDraw.py.
def RtmSystemDraw.GRtcOut.checkOtherConnect |
( |
|
self | ) |
|
�Ť���³�����뤫�����å�����
���̾�����ʳ�����³�����֥������Ⱦ�ˤ��뤫�����å�����
[����]
�ʤ�
[�����]
ret --- True:���� / False:�ʤ�
Definition at line 1685 of file RtmSystemDraw.py.
def RtmSystemDraw.GRtcOut.connect |
( |
|
self, |
|
|
|
line_idx, |
|
|
|
subscription_type |
|
) |
| |
���ͥ��Ƚ���(���Υ���ǥå������Ǽ��subscribe��ȯ�ԡ�
[����]
line_idx -- ����ݡ��Ȥ���³�������Υ���ǥå���
subscription_type -- ���֥�����ץ�������פ����ʸ���̤���ѡ�
[�����]
���ݥե饰 -- 0:���顼(���֥������ȥ�ե����̵��,subscribe���ԡ� / 1:����
Definition at line 1462 of file RtmSystemDraw.py.
def RtmSystemDraw.GRtcOut.connect2 |
( |
|
self, |
|
|
|
line_idx, |
|
|
|
subscription_type |
|
) |
| |
���ͥ��Ƚ���(subscribe��ȯ�ԡ�
[����]
line_idx -- ����ݡ��Ȥ���³�������Υ���ǥå���
subscription_type -- ���֥�����ץ�������פ����ʸ���̤���ѡ�
[�����]
���ݥե饰 -- 0:���顼(���֥������ȥ�ե����̵��,subscribe���ԡ� / 1:����
Definition at line 1398 of file RtmSystemDraw.py.
def RtmSystemDraw.GRtcOut.createWidget |
( |
|
self | ) |
|
def RtmSystemDraw.GRtcOut.dcoords |
( |
|
self | ) |
|
�����ȥݡ��ȿ��κ�ɸ����
���ߤ�position�ƿ��θ�������ꤹ��
��ĺ����(x,y)�Υ��ץ����
[����]
�ʤ�
[�����]
void
Definition at line 1868 of file RtmSystemDraw.py.
def RtmSystemDraw.GRtcOut.delLineIdx |
( |
|
self, |
|
|
|
idx |
|
) |
| |
�����ȥݡ��Ȥ˳���դ������Υ���ǥå�����������
[����]
idx -- ���Υ���ǥå���
[�����]
void
Definition at line 1317 of file RtmSystemDraw.py.
def RtmSystemDraw.GRtcOut.disconnect |
( |
|
self, |
|
|
|
line_idx |
|
) |
| |
�ǥ������ͥ��Ƚ���(���Υ���ǥå���������unsubscribe��ȯ�ԡ�
[����]
line_idx -- �����ȥݡ��Ȥ���³���Ƥ������Υ���ǥå���
[�����]
���ݥե饰 -- 0:���顼 / 1:����
Definition at line 1543 of file RtmSystemDraw.py.
def RtmSystemDraw.GRtcOut.disconnectToObjref |
( |
|
self, |
|
|
|
subscr_list |
|
) |
| |
����ݡ��ͥ�Ⱦ����³�����subscribe�ˤ�������
[����]
inp_list --- ��³���subscriptionProfile�ˤΥꥹ��
[�����]
void
Definition at line 1776 of file RtmSystemDraw.py.
def RtmSystemDraw.GRtcOut.dmove |
( |
|
self, |
|
|
|
dc, |
|
|
|
movex, |
|
|
|
movey |
|
) |
| |
�����ȥݡ��ȿ��ΰ�ư
�����ȥݡ��Ȥ˳���դ����Ƥ�������Ʊ���˰�ư������
[����]
dc -- ���褹��ǥХ���������ƥ����Ȥ����
movex -- ����ɸ�����а�ư�̤����
movey -- ����ɸ�����а�ư�̤����
[�����]
void
Definition at line 1291 of file RtmSystemDraw.py.
def RtmSystemDraw.GRtcOut.getConfig |
( |
|
self, |
|
|
|
name |
|
) |
| |
x,y��ɸ�⤷����position���������
[����]
name -- �����������ͤΥե饰����ꤹ��
�ե饰��'x', 'y', 'position'
[�����]
void
Definition at line 1230 of file RtmSystemDraw.py.
def RtmSystemDraw.GRtcOut.reConnectLine |
( |
|
self | ) |
|
def RtmSystemDraw.GRtcOut.refresh |
( |
|
self | ) |
|
��ե�å������
���ߤ���³������Inport�Υ��֥������ȥ�ե����¸�ߤ��뤫���ˤ�
�����å�������³���֤��³�⤷����unsubscribe��¹Ԥ���
[����]
�ʤ�
[�����]
void
Definition at line 1188 of file RtmSystemDraw.py.
def RtmSystemDraw.GRtcOut.remakeLines |
( |
|
self | ) |
|
����³����
���֥������Ⱦ������¸�ߤ�����³����(subscribe)�����������
[����]
�ʤ�
[�����]
void
Definition at line 1604 of file RtmSystemDraw.py.
def RtmSystemDraw.GRtcOut.removeWidget |
( |
|
self, |
|
|
|
dc, |
|
|
|
rot = 0 |
|
) |
| |
�����ȥݡ��ȿ���������
[����]
dc -- ���褹��ǥХ���������ƥ����Ȥ����
rot -- ���κ�����ݤ���ꤹ�롣�ʲ�ž�������ǻ��ѡ�
0:������ / 1:���������ʤ�
[�����]
void
Definition at line 1249 of file RtmSystemDraw.py.
def RtmSystemDraw.GRtcOut.selected |
( |
|
self | ) |
|
def RtmSystemDraw.GRtcOut.unselected |
( |
|
self, |
|
|
|
dc |
|
) |
| |
def RtmSystemDraw.GRtcOut.updatePolygonSize |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
ratioW, |
|
|
|
ratioH |
|
) |
| |
�����ȥݡ��ȿ��Υ������ѹ�
[����]
x -- �������ѹ���Σ���ɸ�����
y -- �������ѹ���Σ���ɸ�����
ratioW -- �ѹ���Ԥ�Width�Υ�������Ψ
ratioH -- �ѹ���Ԥ�Height�Υ�������Ψ
[�����]
void
Definition at line 1354 of file RtmSystemDraw.py.
RtmSystemDraw.GRtcOut.body |
RtmSystemDraw.GRtcOut.color |
RtmSystemDraw.GRtcOut.fullpath |
RtmSystemDraw.GRtcOut.isInactive |
RtmSystemDraw.GRtcOut.line |
RtmSystemDraw.GRtcOut.line_idx |
RtmSystemDraw.GRtcOut.ns_dict |
RtmSystemDraw.GRtcOut.outport |
RtmSystemDraw.GRtcOut.parent |
RtmSystemDraw.GRtcOut.points |
RtmSystemDraw.GRtcOut.position |
RtmSystemDraw.GRtcOut.subscription_type |
RtmSystemDraw.GRtcOut.tag |
RtmSystemDraw.GRtcOut.textwin |
RtmSystemDraw.GRtcOut.uuid |
RtmSystemDraw.GRtcOut.x_size |
RtmSystemDraw.GRtcOut.y_size |
The documentation for this class was generated from the following file: