Classes | Functions | Variables
RtmSystemDraw Namespace Reference

Classes

class  __Cleanup
 
class  GRectOval
 
class  GRtc
 
class  GRtcIn
 
class  GRtcLine
 
class  GRtcOut
 
class  makeCompositeShape
 
class  makeInportPolygon
 
class  makeLineShape
 
class  makeOutportPolygon
 
class  makeRectangle
 
class  makeRectOval
 
class  makeTextShape
 
class  makeToolTip
 
class  MyEvtHandler
 
class  MyEvtHandlerBmp
 
class  MyEvtHandlerDummy
 
class  MyEvtHandlerLine
 
class  MyEvtHandlerOval
 
class  MyPortEvtHandler
 
class  MyTextDropTarget
 
class  RtdSystemDraw
 

Functions

def getBufferedDC (canvas)
 
def runTest (frame, nb, log)
 
def setBodyColor (shape, colorFlag)
 

Variables

 __cu = __Cleanup()
 
string ACTIVE_COLOR = "green"
 
string BACK_COLOR = "WHITE"
 
int BOX_WIDTH = 50
 
int DUP_CONNECT = -1
 
string ERROR_COLOR = "red"
 
int FALSE = 0
 
string INACTIVE_COLOR = "blue"
 
string MARK_COLOR = "red"
 
string OUTLINE_COLOR = "red"
 
string overview
 
int POLYGON_SIZE = 12
 
string SELECTED_COLOR = "LIGHT BLUE"
 wx.Trap() More...
 
string strASKMESSAGE = "Old Connection Information was found.\nDelete it and reconnect?"
 
string strASM_CONNECT = "Connect"
 
string strASM_DELETE = "Delete"
 
string strDEL_SELECT = "Delete Selected Item"
 
string strDEL_SYS = "Current System is Deleted when OPEN.\nDelete It?"
 
string strDELITEM = "Delete Item"
 
string strEXIT = "Exit"
 
string strKILL = "Kill"
 
string strOPEN = "Open System"
 
string strOPEN_TITLE = "Open a file"
 
string strREFRESH = "Refresh"
 
string strRESET = "Reset"
 
string strSAVE = "Save System"
 
string strSAVE_AS = "Save System As"
 
string strSAVE_AS_TITLE = "Save file as ..."
 
string strSTART = "Start"
 
string strSTOP = "Stop"
 
string TEXT_COLOR = "red"
 
int TRUE = 1
 
string UNLOADED_COLOR = "black"
 
int USE_BUFFERED_DC = 1
 
string VIRTUAL_COLOR = "WHITE"
 

Function Documentation

def RtmSystemDraw.getBufferedDC (   canvas)
メモリDC(BufferedDC)を設定、取得する関数

[引数]
canvas      -- キャンバス

[戻り値]
dc         -- BufferedDC

Definition at line 160 of file RtmSystemDraw.py.

def RtmSystemDraw.runTest (   frame,
  nb,
  log 
)

Definition at line 4640 of file RtmSystemDraw.py.

def RtmSystemDraw.setBodyColor (   shape,
  colorFlag 
)
コンポーネントの状態で図形の色を変更する関数

[引数]
shape      -- 図形(Shape)オブジェクト
colorFlag  -- コンポーネントの状態を示す文字列
              select, unloaded, inactive, active, error, virtual

[戻り値]
void

Definition at line 178 of file RtmSystemDraw.py.

Variable Documentation

RtmSystemDraw.__cu = __Cleanup()
private

Definition at line 4660 of file RtmSystemDraw.py.

string RtmSystemDraw.ACTIVE_COLOR = "green"

Definition at line 47 of file RtmSystemDraw.py.

string RtmSystemDraw.BACK_COLOR = "WHITE"

Definition at line 51 of file RtmSystemDraw.py.

int RtmSystemDraw.BOX_WIDTH = 50

Definition at line 60 of file RtmSystemDraw.py.

int RtmSystemDraw.DUP_CONNECT = -1

Definition at line 58 of file RtmSystemDraw.py.

string RtmSystemDraw.ERROR_COLOR = "red"

Definition at line 48 of file RtmSystemDraw.py.

int RtmSystemDraw.FALSE = 0

Definition at line 57 of file RtmSystemDraw.py.

string RtmSystemDraw.INACTIVE_COLOR = "blue"

Definition at line 46 of file RtmSystemDraw.py.

string RtmSystemDraw.MARK_COLOR = "red"

Definition at line 52 of file RtmSystemDraw.py.

string RtmSystemDraw.OUTLINE_COLOR = "red"

Definition at line 53 of file RtmSystemDraw.py.

string RtmSystemDraw.overview
Initial value:
1 = """\
2 The Object Graphics Library is a library supporting the creation and
3 manipulation of simple and complex graphic images on a canvas.
4 
5 """

Definition at line 4663 of file RtmSystemDraw.py.

int RtmSystemDraw.POLYGON_SIZE = 12

Definition at line 61 of file RtmSystemDraw.py.

string RtmSystemDraw.SELECTED_COLOR = "LIGHT BLUE"

wx.Trap()

Definition at line 44 of file RtmSystemDraw.py.

string RtmSystemDraw.strASKMESSAGE = "Old Connection Information was found.\nDelete it and reconnect?"

Definition at line 86 of file RtmSystemDraw.py.

string RtmSystemDraw.strASM_CONNECT = "Connect"

Definition at line 82 of file RtmSystemDraw.py.

string RtmSystemDraw.strASM_DELETE = "Delete"

Definition at line 83 of file RtmSystemDraw.py.

string RtmSystemDraw.strDEL_SELECT = "Delete Selected Item"

Definition at line 66 of file RtmSystemDraw.py.

string RtmSystemDraw.strDEL_SYS = "Current System is Deleted when OPEN.\nDelete It?"

Definition at line 71 of file RtmSystemDraw.py.

string RtmSystemDraw.strDELITEM = "Delete Item"

Definition at line 79 of file RtmSystemDraw.py.

string RtmSystemDraw.strEXIT = "Exit"

Definition at line 77 of file RtmSystemDraw.py.

string RtmSystemDraw.strKILL = "Kill"

Definition at line 78 of file RtmSystemDraw.py.

string RtmSystemDraw.strOPEN = "Open System"

Definition at line 68 of file RtmSystemDraw.py.

string RtmSystemDraw.strOPEN_TITLE = "Open a file"

Definition at line 92 of file RtmSystemDraw.py.

string RtmSystemDraw.strREFRESH = "Refresh"

Definition at line 67 of file RtmSystemDraw.py.

string RtmSystemDraw.strRESET = "Reset"

Definition at line 76 of file RtmSystemDraw.py.

string RtmSystemDraw.strSAVE = "Save System"

Definition at line 69 of file RtmSystemDraw.py.

string RtmSystemDraw.strSAVE_AS = "Save System As"

Definition at line 70 of file RtmSystemDraw.py.

string RtmSystemDraw.strSAVE_AS_TITLE = "Save file as ..."

Definition at line 90 of file RtmSystemDraw.py.

string RtmSystemDraw.strSTART = "Start"

Definition at line 74 of file RtmSystemDraw.py.

string RtmSystemDraw.strSTOP = "Stop"

Definition at line 75 of file RtmSystemDraw.py.

string RtmSystemDraw.TEXT_COLOR = "red"

Definition at line 49 of file RtmSystemDraw.py.

int RtmSystemDraw.TRUE = 1

Definition at line 56 of file RtmSystemDraw.py.

string RtmSystemDraw.UNLOADED_COLOR = "black"

Definition at line 45 of file RtmSystemDraw.py.

int RtmSystemDraw.USE_BUFFERED_DC = 1

Definition at line 63 of file RtmSystemDraw.py.

string RtmSystemDraw.VIRTUAL_COLOR = "WHITE"

Definition at line 54 of file RtmSystemDraw.py.



openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Jun 10 2019 14:08:05