Costruttori della classe: •form(), costruttore classe
Proprietà della classe: •ui, riferimento a UI della form
Metodi della classe: •add_event(), aggiunge evento UI •add_item(), aggiunge sotto-elemento UI •add_text(), aggiunge sotto-elemento testuale UI •clear(), azzera contenuto UI •create_from_ui(), crea contenuto UI da file (*.ui) •get_background_color(), interroga colore sfondo UI •get_color(), interroga colore primario UI •get_current_item(), interroga sotto-elemento corrente UI •get_event(), interroga prossimo evento UI •get_help_text(), interroga testo aiuto UI •get_item_text(), interroga testo sotto-elemento UI •get_items_count(), interroga numero sotto-elementi UI •get_style_sheet(), interroga foglio di stile UI •get_text(), interroga testo UI •get_tool_tip(), interroga tooltip UI •get_value(), interroga valore UI •get_window_title(), interroga titolo finestra UI •is_enabled(), interroga visibilità UI •is_read_only(), interroga sola lettura UI •is_sort_enabled(), interroga abilitazione ordinamento UI •is_visible(), interroga abilitazione UI •restore_colors(), ripristina colori UI •set_background_color(), imposta colore sfondo UI •set_color(), imposta colore primario UI •set_current_item(), imposta sotto-elemento corrente UI •set_enabled(), imposta abilitazione UI •set_help_text(), imposta testo aiuto UI •set_item_image(), imposta immagine sotto-elemento UI •set_item_text(), imposta testo sotto-elemento UI •set_item_visible(), imposta visibilità sotto-elemento UI •set_read_only(), imposta sola lettura UI •set_sort_enabled(), imposta abilitazione ordinamento UI •set_style_sheet(), imposta foglio di stile UI •set_text(), imposta testo UI •set_tool_tip(), imposta tooltip UI •set_value(), imposta valore UI •set_visibile(), imposta visibilità UI •set_window_title(), imposta titolo finestra UI •sort(), ordine contenuto UI |
La classe ui::form implementa una finestra dell'interfaccia utente costruibile e gestibile in modo totalmente dinamico. La classe non può essere estesa (final). |