

Public Member Functions | |
| SessionComponent (const std::string &uuid) | |
| virtual void | resized (void) |
| Inherited from Component. Used to re-layout the widgets. More... | |
| virtual void | buttonClicked (Button *button) |
| Inherited from ButtonListener. More... | |
| virtual int | getNumRows (void) |
| Inherited from TableListBoxModel. More... | |
| virtual void | paintCell (Graphics &g, int rowNumber, int columnId, int width, int height, bool rowIsSelected) |
| Inherited from TableListBoxModel. More... | |
| virtual void | paintRowBackground (Graphics &g, int rowNumber, int width, int height, bool rowIsSelected) |
| Inherited from TableListBoxModel. More... | |
| virtual void | selectedRowsChanged (int lastRowSelected) |
| Inherited from TableListBoxModel. More... | |
| virtual void | textEditorTextChanged (TextEditor &editor) |
| Inherited from TextEditor::Listener. More... | |
| virtual void | returnKeyPressed (int row) |
| Inherited from TableListBoxModel. More... | |
| virtual void | cellDoubleClicked (int row, int column, const MouseEvent &event) |
| Inherited from TableListBoxModel. More... | |
| void | edit_description_field (const int row) |
| Show a CallOutBox with an entryfield so the user can edit the image description. More... | |
| bool | transfer_print_session (void) |
Public Attributes | |
| SessionRecord & | session_record |
| PrintJob | print_job |
| TextEditor | description |
| DrawableButton | replace_image_button |
| DrawableButton | reverse_image_button |
| DrawableButton | open_folder_button |
| DrawableButton | transfer_button |
| TableListBox | table |
| std::unique_ptr< SessionComponentLoader > | session_component_loader |
| std::unique_ptr< SessionComponentTransfer > | transfer_in_progress |
|
virtual |
Inherited from Component. Used to re-layout the widgets.
|
virtual |
Inherited from ButtonListener.
References Cfg::get_bool(), IJB::img, IJB::load(), and IJB::set_new_image().

|
virtual |
Inherited from TableListBoxModel.
|
virtual |
Inherited from TableListBoxModel.
References IJS::groups, PrintJob::ijs, IJB::img, IJB::rec, and IJB::RecIJB::short_name.
|
virtual |
Inherited from TableListBoxModel.
|
virtual |
Inherited from TableListBoxModel.
|
virtual |
Inherited from TextEditor::Listener.
|
virtual |
Inherited from TableListBoxModel.
|
virtual |
Inherited from TableListBoxModel.
| void SessionComponent::edit_description_field | ( | const int | row | ) |
Show a CallOutBox with an entryfield so the user can edit the image description.
References IJB::rec, and IJB::RecIJB::short_name.