UserComponentList クラスは UserComponent オブジェクトの一覧を管理します。ユーザーコンポーネントの作成や複製、削除などを行います。
Application クラスから呼び出すことができます。
.
[詳解]
UserComponentList クラスは UserComponent オブジェクトの一覧を管理します。ユーザーコンポーネントの作成や複製、削除などを行います。
Application クラスから呼び出すことができます。
.
このクラスのオブジェクトを取得する例:
app.GetUserComponentList()
| UserComponent * UserComponentList::CreateUserComponent |
( |
String & |
name | ) |
|
| void UserComponentList::DeleteUserComponent |
( |
Variant & |
val | ) |
|
名前またはインデックスで指定したユーザーコンポーネントを削除します。
- 引数
-
| val | ユーザーコンポーネントの名称またはインデックス |
| void UserComponentList::DeleteUserComponentByObject |
( |
UserComponent * |
object | ) |
|
| UserComponent * UserComponentList::GetUserComponent |
( |
Variant & |
val | ) |
|
ユーザーコンポーネントを取得します。
- 引数
-
| val | ユーザーコンポーネントの名称またはインデックス |
- 戻り値
- UserComponent オブジェクト
| bool UserComponentList::IsSingleton |
( |
| ) |
|
これは内部関数であるため、正式にサポートしていません。
- 非推奨:
| bool UserComponentList::IsValid |
( |
| ) |
|
| int UserComponentList::NumUserComponents |
( |
| ) |
|
ユーザーコンポーネントの数を取得します。
- 戻り値
- ユーザーコンポーネントの数