The application's main window.
More...
#include "kitlist_finalcut.hpp"
|
| | Defines the application's menu layout. More...
|
The application's main window.
Definition at line 218 of file kitlist_finalcut.hpp.
◆ KitListWindow()
| KitListWindow::KitListWindow |
( |
finalcut::FWidget * | parent, |
|
|
KitListBaseApp * | base_app ) |
|
explicit |
◆ adjustSize()
| void KitListWindow::adjustSize |
( |
| ) |
|
|
overrideprivate |
◆ bring_to_front()
| void KitListWindow::bring_to_front |
( |
finalcut::FWindow * | window | ) |
|
|
staticprivate |
◆ close_item_windows()
| void KitListWindow::close_item_windows |
( |
| ) |
|
|
protected |
◆ configure_edit_menu()
| void KitListWindow::configure_edit_menu |
( |
| ) |
|
|
private |
◆ configure_file_menu()
| void KitListWindow::configure_file_menu |
( |
| ) |
|
|
private |
◆ configure_view_menu()
| void KitListWindow::configure_view_menu |
( |
| ) |
|
|
private |
◆ configure_window_menu()
| void KitListWindow::configure_window_menu |
( |
| ) |
|
|
private |
◆ confirm_delete()
| bool KitListWindow::confirm_delete |
( |
std::shared_ptr< Category > | category | ) |
|
◆ copy_checked_item_and_select_target_categories()
| void fdsd::fc::KitListWindow::copy_checked_item_and_select_target_categories |
( |
| ) |
|
|
private |
◆ copy_current_item_and_select_target_categories()
| void fdsd::fc::KitListWindow::copy_current_item_and_select_target_categories |
( |
| ) |
|
|
private |
◆ get_categories()
| std::vector< std::shared_ptr< Category > > fdsd::fc::KitListWindow::get_categories |
( |
| ) |
|
|
inlineprivate |
◆ get_category_dialog()
◆ get_item_dialog_for_category_id()
| ItemListDialog * KitListWindow::get_item_dialog_for_category_id |
( |
int32_t | category_id | ) |
|
|
private |
◆ getClassName()
| finalcut::FString fdsd::fc::KitListWindow::getClassName |
( |
| ) |
const |
|
inlineoverride |
◆ initLayout()
| void fdsd::fc::KitListWindow::initLayout |
( |
| ) |
|
|
inlineoverrideprivate |
◆ on_check_items()
| void KitListWindow::on_check_items |
( |
| ) |
|
|
private |
◆ on_copy_checked_items()
| void KitListWindow::on_copy_checked_items |
( |
| ) |
|
|
private |
◆ on_copy_item()
| void KitListWindow::on_copy_item |
( |
| ) |
|
|
private |
◆ on_delete_category()
| void KitListWindow::on_delete_category |
( |
| ) |
|
|
private |
◆ on_delete_checked_items()
| void KitListWindow::on_delete_checked_items |
( |
| ) |
|
|
private |
◆ on_delete_item()
| void KitListWindow::on_delete_item |
( |
| ) |
|
|
private |
◆ on_edit_category()
| void KitListWindow::on_edit_category |
( |
| ) |
|
|
private |
◆ on_edit_item()
| void KitListWindow::on_edit_item |
( |
| ) |
|
|
private |
◆ on_new_category()
| void KitListWindow::on_new_category |
( |
| ) |
|
|
private |
◆ on_new_file()
| void KitListWindow::on_new_file |
( |
| ) |
|
|
private |
◆ on_new_item()
| void KitListWindow::on_new_item |
( |
| ) |
|
|
private |
◆ on_open_file()
| void KitListWindow::on_open_file |
( |
| ) |
|
|
private |
◆ on_remove_checked_items()
| void KitListWindow::on_remove_checked_items |
( |
| ) |
|
|
private |
◆ on_remove_item()
| void KitListWindow::on_remove_item |
( |
| ) |
|
|
private |
◆ on_save_file()
| void KitListWindow::on_save_file |
( |
| ) |
|
|
private |
◆ on_save_file_as()
| void KitListWindow::on_save_file_as |
( |
| ) |
|
|
private |
◆ on_toggle_items()
| void KitListWindow::on_toggle_items |
( |
| ) |
|
|
private |
◆ on_uncheck_items()
| void KitListWindow::on_uncheck_items |
( |
| ) |
|
|
private |
◆ on_view_all_items_list()
| void KitListWindow::on_view_all_items_list |
( |
| ) |
|
|
private |
◆ on_view_category_list()
| void KitListWindow::on_view_category_list |
( |
| ) |
|
|
private |
◆ on_view_checked()
| void KitListWindow::on_view_checked |
( |
| ) |
|
|
private |
◆ on_view_checked_unchecked()
| void KitListWindow::on_view_checked_unchecked |
( |
| ) |
|
|
private |
◆ on_view_unchecked()
| void KitListWindow::on_view_unchecked |
( |
| ) |
|
|
private |
◆ onClose()
| void KitListWindow::onClose |
( |
finalcut::FCloseEvent * | ev | ) |
|
|
override |
◆ onUserEvent()
| void KitListWindow::onUserEvent |
( |
finalcut::FUserEvent * | ev | ) |
|
|
overrideprivate |
◆ refresh_category_dialog()
| void KitListWindow::refresh_category_dialog |
( |
| ) |
|
|
private |
◆ refresh_item_dialogs() [1/2]
| void KitListWindow::refresh_item_dialogs |
( |
| ) |
|
|
private |
◆ refresh_item_dialogs() [2/2]
| void KitListWindow::refresh_item_dialogs |
( |
std::shared_ptr< Item > | item | ) |
|
|
private |
◆ remove_item_list_dialog()
| void KitListWindow::remove_item_list_dialog |
( |
int32_t | removed_category | ) |
|
|
private |
◆ update_checked_filter_state()
◆ update_menus()
| void KitListWindow::update_menus |
( |
| ) |
|
◆ CategoryListDialog
◆ ItemListDialog
◆ base_app
◆ main_menu
◆ menu_bar
| finalcut::FMenuBar fdsd::fc::KitListWindow::menu_bar {this} |
|
private |
◆ status_bar
| finalcut::FStatusBar fdsd::fc::KitListWindow::status_bar {this} |
|
private |
◆ window
| finalcut::FDialogListMenu fdsd::fc::KitListWindow::window {"&Window", &menu_bar} |
|
private |
The documentation for this class was generated from the following files: