Classes | |
class | App |
Functions | |
def | j |
def | search |
Variables | |
string | default_searchdir = "C:\\Program Files" |
string | dirname_error = "DIrectory not found." |
dictionary | entries |
string | explain = """Setting up OpenRTM-aist build environment. Please input information to the following forms, and push Generate button to generate property sheet""" |
string | file_exists = "The file already exists. Overwrite? " |
string | file_gened = "File generated." |
string | gbutton = "Generate" |
string | gen_expln = """Property sheet named OpenRTM-aist.vsprops should exist under OpenRTM-aist source directory. Please confirm directories of ACE, omniORB and property sheet and push Generate button.""" |
string | gen_label = "Property Sheet:" |
string | isdir_error = "The Directory of a same name exists. " |
string | jdirname_error = "ƒfƒBƒŒƒNƒgƒŠ‚ªŒ©‚‚©‚è‚Ü‚¹‚ñB" |
dictionary | jentries |
string | jexplain = """OpenRTM-aist‚ðƒrƒ‹ƒh‚·‚邽‚ß‚É•K—v‚Ȋ‹«‚ðݒ肵‚Ü‚·B‰º‹L‚Ì€–Ú‚É•K—v‚Èî•ñ‚ð“ü—Í‚µ‚ÄAƒvƒƒpƒeƒBƒV[ƒg¶¬ƒ{ƒ^ƒ“‚ð‰Ÿ‚µ‚Ä‚‚¾‚³‚¢B""" |
string | jfile_exists = "ƒtƒ@ƒCƒ‹‚ª‘¶Ý‚µ‚Ü‚·Bã‘‚«‚µ‚Ü‚·‚©H " |
string | jfile_gened = "ƒtƒ@ƒCƒ‹‚𶬂µ‚Ü‚µ‚½B" |
string | jgbutton = "¶¬" |
string | jgen_expln = """OpenRTM-aistƒ\[ƒXƒfƒBƒŒƒNƒgƒŠ‚̉º‚ÉOpenRTM-aist.vsprops‚Æ‚¢‚¤ƒtƒ@ƒCƒ‹–¼‚ŃvƒƒpƒeƒBƒV[ƒg‚𶬂·‚é•K—v‚ª‚ ‚è‚Ü‚·BACE‚âomniORB‚ÌŠeŽíƒpƒX‚¨‚æ‚уvƒƒpƒeƒBƒV[ƒg‚̃fƒBƒŒƒNƒgƒŠ‚ª³‚µ‚¯‚ê‚欃{ƒ^ƒ“‚ð‰Ÿ‚µ‚Ä‚‚¾‚³‚¢B""" |
string | jgen_label = "ƒvƒƒpƒeƒBƒV[ƒg:" |
string | jisdir_error = "“¯–¼‚̃fƒBƒŒƒNƒgƒŠ‚ª‘¶Ý‚µ‚Ü‚·B " |
string | jsbutton = "ŒŸõ" |
string | jsearch_dir = "ŒŸõƒfƒBƒŒƒNƒgƒŠ" |
string | jsearch_expln |
string | jwin_title = "OpenRTM-aist-win32 ƒrƒ‹ƒhŠÂ‹«Ý’è" |
string | prop_sheet |
tuple | property_sheet = os.path.dirname(sys.argv[0]) |
string | sbutton = "Search" |
string | search_dir = "Search Directory" |
string | search_expln |
list | widlist |
string | win_title = "OpenRTM-aist-win32 Build Environment Setting" |
def RunAtFirst.j | ( | str, | |
encoding = "cp932" |
|||
) |
Definition at line 198 of file RunAtFirst.py.
def RunAtFirst.search | ( | path, | |
fnames, | |||
results | |||
) |
Definition at line 172 of file RunAtFirst.py.
string RunAtFirst::default_searchdir = "C:\\Program Files" |
Definition at line 13 of file RunAtFirst.py.
string RunAtFirst::dirname_error = "DIrectory not found." |
Definition at line 39 of file RunAtFirst.py.
dictionary RunAtFirst::entries |
00001 { 00002 "ace_root" : \ 00003 {"label": "ACE directory", 00004 "expln": "The ACE_wrapper directory a.k.a ACE_ROOT directory."}, 00005 "ace_inc" : \ 00006 {"label": "ACE include directory", 00007 "expln": "The directory in which ace/ACE.h exists."}, 00008 "ace_lib" : \ 00009 {"label": "ACE lib directory", 00010 "expln": "The directory in which ACE.LIB exists."}, 00011 "omni_root": \ 00012 {"label": "omniORB directory", 00013 "expln": "The omniORB directory in which bin, include, lib dirs exist."}, 00014 "omni_bin" : \ 00015 {"label": "omniORB bin directory", 00016 "expln": "The directory in which omniidl exists."}, 00017 "omni_inc" : \ 00018 {"label": "omniORB include directory", 00019 "expln": "The directory in which omniORB4/CORBA.h exists"}, 00020 "omni_lib" : \ 00021 {"label": "omniORB lib directory", 00022 "expln": "The directory in wihch omniORB407_rt.lib exists."} 00023 }
Definition at line 42 of file RunAtFirst.py.
string RunAtFirst::explain = """Setting up OpenRTM-aist build environment. Please input information to the following forms, and push Generate button to generate property sheet""" |
Definition at line 25 of file RunAtFirst.py.
string RunAtFirst::file_exists = "The file already exists. Overwrite? " |
Definition at line 166 of file RunAtFirst.py.
string RunAtFirst::file_gened = "File generated." |
Definition at line 169 of file RunAtFirst.py.
string RunAtFirst::gbutton = "Generate" |
Definition at line 92 of file RunAtFirst.py.
string RunAtFirst::gen_expln = """Property sheet named OpenRTM-aist.vsprops should exist under OpenRTM-aist source directory. Please confirm directories of ACE, omniORB and property sheet and push Generate button.""" |
Definition at line 99 of file RunAtFirst.py.
string RunAtFirst::gen_label = "Property Sheet:" |
Definition at line 95 of file RunAtFirst.py.
string RunAtFirst::isdir_error = "The Directory of a same name exists. " |
Definition at line 163 of file RunAtFirst.py.
string RunAtFirst::jdirname_error = "ƒfƒBƒŒƒNƒgƒŠ‚ªŒ©‚‚©‚è‚Ü‚¹‚ñB" |
Definition at line 38 of file RunAtFirst.py.
dictionary RunAtFirst::jentries |
00001 { 00002 "ace_root" : \ 00003 {"label": "ACEƒfƒBƒŒƒNƒgƒŠ", 00004 "expln": "’Êí‚ÍACE_wrapperƒfƒBƒŒƒNƒgƒŠ‚̈ʒu‚ðŽw’肵‚Ä‚‚¾‚³‚¢B"}, 00005 "ace_inc" : \ 00006 {"label": "ACE include ƒfƒBƒŒƒNƒgƒŠ", 00007 "expln": "ace/ACE.h‚ª‚ ‚éƒfƒBƒŒƒNƒgƒŠ‚ðŽw’肵‚Ä‚‚¾‚³‚¢B"}, 00008 "ace_lib" : \ 00009 {"label": "ACE lib ƒfƒBƒŒƒNƒgƒŠ", 00010 "expln": "ACE.LIB‚ª‚ ‚éꊂðŽw’肵‚Ä‚‚¾‚³‚¢B"}, 00011 "omni_root": \ 00012 {"label": "omniORBƒfƒBƒŒƒNƒgƒŠ", 00013 "expln": "omniORB‚̃fƒBƒŒƒNƒgƒŠ(‰º‚Ébin, include, lib‚ª‚ ‚é)‚ðŽw’肵‚Ä‚‚¾‚³‚¢B"}, 00014 "omni_bin" : \ 00015 {"label": "omniORB bin ƒfƒBƒŒƒNƒgƒŠ", 00016 "expln": "omniidl‚ª‚ ‚éƒfƒBƒŒƒNƒgƒŠ‚ðŽw’肵‚Ä‚‚¾‚³‚¢B"}, 00017 "omni_inc" : \ 00018 {"label": "omniORB include ƒfƒBƒŒƒNƒgƒŠ", 00019 "expln": "omniORB4/CORBA.h‚ª‚ ‚éƒfƒBƒŒƒNƒgƒŠ‚ðŽw’肵‚Ä‚‚¾‚³‚¢B"}, 00020 "omni_lib" : \ 00021 {"label": "omniORB lib ƒfƒBƒŒƒNƒgƒŠ", 00022 "expln": "omniORB407_rt.lib‚È‚Ç‚ª‚ ‚éƒfƒBƒŒƒNƒgƒŠ‚ðŽw’肵‚Ä‚‚¾‚³‚¢B"} 00023 }
Definition at line 66 of file RunAtFirst.py.
string RunAtFirst::jexplain = """OpenRTM-aist‚ðƒrƒ‹ƒh‚·‚邽‚ß‚É•K—v‚Ȋ‹«‚ðݒ肵‚Ü‚·B‰º‹L‚Ì€–Ú‚É•K—v‚Èî•ñ‚ð“ü—Í‚µ‚ÄAƒvƒƒpƒeƒBƒV[ƒg¶¬ƒ{ƒ^ƒ“‚ð‰Ÿ‚µ‚Ä‚‚¾‚³‚¢B""" |
Definition at line 23 of file RunAtFirst.py.
string RunAtFirst::jfile_exists = "ƒtƒ@ƒCƒ‹‚ª‘¶Ý‚µ‚Ü‚·Bã‘‚«‚µ‚Ü‚·‚©H " |
Definition at line 165 of file RunAtFirst.py.
string RunAtFirst::jfile_gened = "ƒtƒ@ƒCƒ‹‚𶬂µ‚Ü‚µ‚½B" |
Definition at line 168 of file RunAtFirst.py.
string RunAtFirst::jgbutton = "¶¬" |
Definition at line 91 of file RunAtFirst.py.
string RunAtFirst::jgen_expln = """OpenRTM-aistƒ\[ƒXƒfƒBƒŒƒNƒgƒŠ‚̉º‚ÉOpenRTM-aist.vsprops‚Æ‚¢‚¤ƒtƒ@ƒCƒ‹–¼‚ŃvƒƒpƒeƒBƒV[ƒg‚𶬂·‚é•K—v‚ª‚ ‚è‚Ü‚·BACE‚âomniORB‚ÌŠeŽíƒpƒX‚¨‚æ‚уvƒƒpƒeƒBƒV[ƒg‚̃fƒBƒŒƒNƒgƒŠ‚ª³‚µ‚¯‚ê‚欃{ƒ^ƒ“‚ð‰Ÿ‚µ‚Ä‚‚¾‚³‚¢B""" |
Definition at line 97 of file RunAtFirst.py.
string RunAtFirst::jgen_label = "ƒvƒƒpƒeƒBƒV[ƒg:" |
Definition at line 94 of file RunAtFirst.py.
string RunAtFirst::jisdir_error = "“¯–¼‚̃fƒBƒŒƒNƒgƒŠ‚ª‘¶Ý‚µ‚Ü‚·B " |
Definition at line 162 of file RunAtFirst.py.
string RunAtFirst::jsbutton = "ŒŸõ" |
Definition at line 35 of file RunAtFirst.py.
string RunAtFirst::jsearch_dir = "ŒŸõƒfƒBƒŒƒNƒgƒŠ" |
Definition at line 32 of file RunAtFirst.py.
string RunAtFirst::jsearch_expln |
00001 """Ž©“®“I‚ÉŒŸõ‚·‚邱‚Æ‚à‚Å‚«‚Ü‚·BŒŸõ‚·‚éƒfƒBƒŒƒNƒgƒŠ‚ð“ü—Í‚µ‚ÄuŒŸõvƒ{ƒ^ƒ“‚ð‰Ÿ‚µ‚Ä‚‚¾‚³‚¢B 00002 ŒŸõ‚É‚Í”•ª‚©‚©‚邱‚Æ‚ª‚ ‚è‚Ü‚·B"""
Definition at line 27 of file RunAtFirst.py.
string RunAtFirst::jwin_title = "OpenRTM-aist-win32 ƒrƒ‹ƒhŠÂ‹«Ý’è" |
Definition at line 20 of file RunAtFirst.py.
string RunAtFirst::prop_sheet |
Definition at line 101 of file RunAtFirst.py.
tuple RunAtFirst::property_sheet = os.path.dirname(sys.argv[0]) |
Definition at line 15 of file RunAtFirst.py.
string RunAtFirst::sbutton = "Search" |
Definition at line 36 of file RunAtFirst.py.
string RunAtFirst::search_dir = "Search Directory" |
Definition at line 33 of file RunAtFirst.py.
string RunAtFirst::search_expln |
00001 """Automatic search. Input search directory and push [Search] button. 00002 It may take a few minutes."""
Definition at line 29 of file RunAtFirst.py.
list RunAtFirst::widlist |
00001 ["ace_root", "ace_inc", "ace_lib", 00002 "omni_root", "omni_bin", "omni_inc", "omni_lib"]
Definition at line 17 of file RunAtFirst.py.
string RunAtFirst::win_title = "OpenRTM-aist-win32 Build Environment Setting" |
Definition at line 21 of file RunAtFirst.py.