Classes | |
class | App |
Functions | |
def | j (str, encoding="cp932") |
def | search (path, fnames, results) |
Variables | |
app | |
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 = "ディレクトリが見つかりません。" |
dictionary | jentries |
string | jexplain = """OpenRTM-aistをビルドするために必要な環境を設定します。下記の項目に必要な情報を入力して、プロパティシート生成ボタンを押してください。""" |
string | jfile_exists = "ファイルが存在します。上書きしますか? " |
string | jfile_gened = "ファイルを生成しました。" |
string | jgbutton = "生成" |
string | jgen_expln = """OpenRTM-aistソースディレクトリの下にOpenRTM-aist.vspropsというファイル名でプロパティシートを生成する必要があります。ACEやomniORBの各種パスおよびプロパティシートのディレクトリが正しければ生成ボタンを押してください。""" |
string | jgen_label = "プロパティシート:" |
string | jisdir_error = "同名のディレクトリが存在します。 " |
string | jsbutton = "検索" |
string | jsearch_dir = "検索ディレクトリ" |
string | jsearch_expln |
string | jwin_title = "OpenRTM-aist-win32 ビルド環境設定" |
string | prop_sheet |
string | property_sheet = os.path.dirname(sys.argv[0])+"\\OpenRTM-aist.vsprops" |
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.
RunAtFirst.app |
Definition at line 484 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 |
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 = "ディレクトリが見つかりません。" |
Definition at line 38 of file RunAtFirst.py.
dictionary RunAtFirst.jentries |
Definition at line 66 of file RunAtFirst.py.
string RunAtFirst.jexplain = """OpenRTM-aistをビルドするために必要な環境を設定します。下記の項目に必要な情報を入力して、プロパティシート生成ボタンを押してください。""" |
Definition at line 23 of file RunAtFirst.py.
string RunAtFirst.jfile_exists = "ファイルが存在します。上書きしますか? " |
Definition at line 165 of file RunAtFirst.py.
string RunAtFirst.jfile_gened = "ファイルを生成しました。" |
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ソースディレクトリの下にOpenRTM-aist.vspropsというファイル名でプロパティシートを生成する必要があります。ACEやomniORBの各種パスおよびプロパティシートのディレクトリが正しければ生成ボタンを押してください。""" |
Definition at line 97 of file RunAtFirst.py.
string RunAtFirst.jgen_label = "プロパティシート:" |
Definition at line 94 of file RunAtFirst.py.
string RunAtFirst.jisdir_error = "同名のディレクトリが存在します。 " |
Definition at line 162 of file RunAtFirst.py.
string RunAtFirst.jsbutton = "検索" |
Definition at line 35 of file RunAtFirst.py.
string RunAtFirst.jsearch_dir = "検索ディレクトリ" |
Definition at line 32 of file RunAtFirst.py.
string RunAtFirst.jsearch_expln |
Definition at line 27 of file RunAtFirst.py.
string RunAtFirst.jwin_title = "OpenRTM-aist-win32 ビルド環境設定" |
Definition at line 20 of file RunAtFirst.py.
string RunAtFirst.prop_sheet |
Definition at line 101 of file RunAtFirst.py.
string RunAtFirst.property_sheet = os.path.dirname(sys.argv[0])+"\\OpenRTM-aist.vsprops" |
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 |
Definition at line 29 of file RunAtFirst.py.
list RunAtFirst.widlist |
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.