Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

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, and width.

Member Data Documentation

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().


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