Dialog for entering details of an Item.
More...
#include "kitlist_finalcut.hpp"
Dialog for entering details of an Item.
Definition at line 167 of file kitlist_finalcut.hpp.
◆ ItemDialog()
| ItemDialog::ItemDialog |
( |
finalcut::FWidget * | parent, |
|
|
KitListBaseApp * | base_app, |
|
|
int32_t | item_id ) |
|
explicit |
◆ adjustSize()
| void ItemDialog::adjustSize |
( |
| ) |
|
|
overrideprivate |
◆ get_name()
| finalcut::FString fdsd::fc::ItemDialog::get_name |
( |
| ) |
|
|
inline |
◆ getClassName()
| finalcut::FString fdsd::fc::ItemDialog::getClassName |
( |
| ) |
const |
|
inlineoverride |
◆ initLayout()
| void ItemDialog::initLayout |
( |
| ) |
|
|
overrideprivate |
◆ is_cancelled()
| bool fdsd::fc::ItemDialog::is_cancelled |
( |
| ) |
|
|
inline |
◆ is_checked()
| bool fdsd::fc::ItemDialog::is_checked |
( |
| ) |
|
|
inline |
◆ set_checked()
| void fdsd::fc::ItemDialog::set_checked |
( |
bool | checked | ) |
|
|
inline |
◆ set_name()
| void fdsd::fc::ItemDialog::set_name |
( |
finalcut::FString | name | ) |
|
|
inline |
◆ base_app
◆ btn_cancel
| finalcut::FButton fdsd::fc::ItemDialog::btn_cancel {this} |
|
private |
◆ btn_ok
| finalcut::FButton fdsd::fc::ItemDialog::btn_ok {this} |
|
private |
◆ cancelled
| bool fdsd::fc::ItemDialog::cancelled = true |
|
private |
◆ checkbox
| finalcut::FCheckBox fdsd::fc::ItemDialog::checkbox {"Chec&ked", this} |
|
private |
◆ input_name
| finalcut::FLineEdit fdsd::fc::ItemDialog::input_name {this} |
|
private |
◆ item
| std::shared_ptr<Item> fdsd::fc::ItemDialog::item = nullptr |
|
private |
◆ item_id
| int32_t fdsd::fc::ItemDialog::item_id |
|
private |
The documentation for this class was generated from the following files: