Hugintrunk
0.1
|
#include <StackerPanel.h>
Public Member Functions | |
FileInfo (const wxString &file, const wxString &new_name, const wxString &new_path, const size_t &new_width, const size_t &new_height) | |
Public Attributes | |
wxString | fullFilename |
wxString | name |
wxString | path |
size_t | width |
size_t | height |
bool | isChecked |
Definition at line 40 of file StackerPanel.h.
|
inline |
Definition at line 43 of file StackerPanel.h.
References fullFilename, height, isChecked, name, path, and width.
wxString StackerPanel::FileInfo::fullFilename |
Definition at line 51 of file StackerPanel.h.
Referenced by FileInfo().
size_t StackerPanel::FileInfo::height |
Definition at line 53 of file StackerPanel.h.
Referenced by StackerPanel::AddFileInfo(), and FileInfo().
bool StackerPanel::FileInfo::isChecked |
Definition at line 54 of file StackerPanel.h.
Referenced by StackerPanel::AddFileInfo(), and FileInfo().
wxString StackerPanel::FileInfo::name |
Definition at line 51 of file StackerPanel.h.
Referenced by StackerPanel::AddFileInfo(), and FileInfo().
wxString StackerPanel::FileInfo::path |
Definition at line 51 of file StackerPanel.h.
Referenced by StackerPanel::AddFileInfo(), and FileInfo().
size_t StackerPanel::FileInfo::width |
Definition at line 53 of file StackerPanel.h.
Referenced by StackerPanel::AddFileInfo(), and FileInfo().