Main Page
Namespaces
Classes
Files
File List
File Members
utils
rtc-link
RtcLink.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
3
#
4
# @file RtcLink.py
5
# @brief rtc-link application launch script
6
# @date $Date: 2005-05-12 09:06:19 $
7
# @author Noriaki Ando <n-ando@aist.go.jp>
8
#
9
# Copyright (C) 2003-2005
10
# Task-intelligence Research Group,
11
# Intelligent Systems Research Institute,
12
# National Institute of
13
# Advanced Industrial Science and Technology (AIST), Japan
14
# All rights reserved.
15
#
16
# $Id: RtcLink.py 775 2008-07-28 16:14:45Z n-ando $
17
#
18
19
from
wxPython.wx
import
*
20
import
RtmFrame
21
import
rtimages
22
import
wx
23
24
25
class
MyApp
(wx.App):
26
def
OnInit
(self):
27
wx.InitAllImageHandlers()
28
frame =
RtmFrame.RtdFrame
(NULL, -1,
"RTCLink"
)
29
frame.Show(true)
30
self.SetTopWindow(frame)
31
return
true
32
33
34
app =
MyApp
(0)
35
app.MainLoop()
36
37
RtcLink.MyApp
Definition:
RtcLink.py:25
wx
RtmFrame.RtdFrame
Definition:
RtmFrame.py:248
RtcLink.MyApp.OnInit
def OnInit(self)
Definition:
RtcLink.py:26
openrtm_aist
Author(s): Noriaki Ando
autogenerated on Thu Jun 6 2019 19:26:00