프로퍼티 | 타입 | 설명 | |
---|---|---|---|
activity_frames | List |
||
avatars | ImageSource>.Dictionary | ||
collection_frames | List |
||
design_ideas_frames | List |
||
downloaded_contributions | List |
||
image_display_frames | List |
||
image_frames | List |
||
left_tab | tab_control | ||
main_canvas | System.Windows.Controls.Canvas | ||
media | MediaPlayer>.Dictionary | ||
right_tab | tab_control | ||
signup_frames | List |
||
thumbnails | ImageSource>.Dictionary |
메소드 | 설명 | |
---|---|---|
UpdateZOrder ( UIElement element, bool bringToFront ) : void | ||
close_signup_window ( |
||
close_submit_design_idea_window ( |
||
close_window ( |
||
close_window ( |
||
contribution_collection_opened ( string username ) : void | ||
highlight_callback_design_ideas_f ( Object stateInfo ) : void | ||
highlight_callback_design_ideas_t ( Object stateInfo ) : void | ||
highlight_callback_f ( Object stateInfo ) : void | ||
highlight_callback_t ( Object stateInfo ) : void | ||
highlight_callback_users_f ( Object stateInfo ) : void | ||
highlight_callback_users_t ( Object stateInfo ) : void | ||
load_activities ( ) : void | ||
load_avatars ( ) : void | ||
load_design_ideas ( ) : void | ||
load_design_ideas_sync ( ) : void | ||
load_users ( ) : void | ||
open_activity_window ( string activity_name, int activity_id, double pos_x, double pos_y ) : void | ||
open_collection_window ( string username, int userid, double pos_x, double pos_y ) : void | ||
open_contribution_window ( |
||
open_design_idea_window ( string idea_item, double pos_x, double pos_y, string title = "Design Idea" ) : void | ||
open_design_idea_window_ext ( |
||
open_location_collection_window ( string location, int location_id, double pos_x, double pos_y ) : void | ||
open_signup_window ( double pos_x, double pos_y ) : void | ||
refresh_downloaded_contributions ( ) : void | ||
refresh_thumbnails ( ) : void |
메소드 | 설명 | |
---|---|---|
open_window ( |
public static UpdateZOrder ( UIElement element, bool bringToFront ) : void | ||
element | UIElement | |
bringToFront | bool | |
리턴 | void |
public static close_signup_window ( |
||
frame | ||
username | string | |
리턴 | void |
public static close_submit_design_idea_window ( |
||
frame | ||
title | string | |
리턴 | void |
public static close_window ( |
||
frame | ||
리턴 | void |
public static close_window ( |
||
frame | ||
리턴 | void |
public static contribution_collection_opened ( string username ) : void | ||
username | string | |
리턴 | void |
public static highlight_callback_design_ideas_f ( Object stateInfo ) : void | ||
stateInfo | Object | |
리턴 | void |
public static highlight_callback_design_ideas_t ( Object stateInfo ) : void | ||
stateInfo | Object | |
리턴 | void |
public static highlight_callback_f ( Object stateInfo ) : void | ||
stateInfo | Object | |
리턴 | void |
public static highlight_callback_t ( Object stateInfo ) : void | ||
stateInfo | Object | |
리턴 | void |
public static highlight_callback_users_f ( Object stateInfo ) : void | ||
stateInfo | Object | |
리턴 | void |
public static highlight_callback_users_t ( Object stateInfo ) : void | ||
stateInfo | Object | |
리턴 | void |
public static open_activity_window ( string activity_name, int activity_id, double pos_x, double pos_y ) : void | ||
activity_name | string | |
activity_id | int | |
pos_x | double | |
pos_y | double | |
리턴 | void |
public static open_collection_window ( string username, int userid, double pos_x, double pos_y ) : void | ||
username | string | |
userid | int | |
pos_x | double | |
pos_y | double | |
리턴 | void |
public static open_contribution_window ( |
||
citem | ||
pos_x | double | |
pos_y | double | |
ctype | string | |
리턴 | void |
public static open_design_idea_window ( string idea_item, double pos_x, double pos_y, string title = "Design Idea" ) : void | ||
idea_item | string | |
pos_x | double | |
pos_y | double | |
title | string | |
리턴 | void |
public static open_design_idea_window_ext ( |
||
parent | ||
pos_x | double | |
pos_y | double | |
리턴 | void |
public static open_location_collection_window ( string location, int location_id, double pos_x, double pos_y ) : void | ||
location | string | |
location_id | int | |
pos_x | double | |
pos_y | double | |
리턴 | void |
public static open_signup_window ( double pos_x, double pos_y ) : void | ||
pos_x | double | |
pos_y | double | |
리턴 | void |
public static refresh_downloaded_contributions ( ) : void | ||
리턴 | void |
public static Canvas,System.Windows.Controls main_canvas | ||
리턴 | System.Windows.Controls.Canvas |