Hugin trunk 0.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
StackerPanel::FileInfo Struct Reference

#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
 

Detailed Description

Definition at line 40 of file StackerPanel.h.

Constructor & Destructor Documentation

◆ FileInfo()

StackerPanel::FileInfo::FileInfo ( const wxString file,
const wxString new_name,
const wxString new_path,
const size_t new_width,
const size_t new_height 
)
inline

Definition at line 43 of file StackerPanel.h.

References fullFilename, height, isChecked, name, path, threshold(), and width.

Member Data Documentation

◆ fullFilename

wxString StackerPanel::FileInfo::fullFilename

Definition at line 52 of file StackerPanel.h.

Referenced by FileInfo().

◆ height

size_t StackerPanel::FileInfo::height

Definition at line 53 of file StackerPanel.h.

Referenced by StackerPanel::AddFileInfo(), and FileInfo().

◆ isChecked

bool StackerPanel::FileInfo::isChecked

Definition at line 54 of file StackerPanel.h.

Referenced by StackerPanel::AddFileInfo(), and FileInfo().

◆ name

wxString StackerPanel::FileInfo::name

Definition at line 52 of file StackerPanel.h.

Referenced by StackerPanel::AddFileInfo(), and FileInfo().

◆ path

wxString StackerPanel::FileInfo::path

Definition at line 52 of file StackerPanel.h.

Referenced by StackerPanel::AddFileInfo(), and FileInfo().

◆ width

size_t StackerPanel::FileInfo::width

Definition at line 53 of file StackerPanel.h.

Referenced by StackerPanel::AddFileInfo(), and FileInfo().


The documentation for this struct was generated from the following file: