3Depict
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Protected Attributes | List of all members
FilterErrorDialog Class Reference

#include <filterErrorDialog.h>

Inheritance diagram for FilterErrorDialog:
Inheritance graph
[legend]
Collaboration diagram for FilterErrorDialog:
Collaboration graph
[legend]

Public Member Functions

 FilterErrorDialog (wxWindow *parent, int id=wxID_ANY, const wxString &title=wxT(""), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE)
 
void SetText (const std::vector< std::string > &text)
 

Protected Attributes

wxTextCtrl * textErrorMessage
 
wxStaticBitmap * bitmapError
 
wxStaticText * labelError
 
wxStaticBitmap * bitmapWarning
 
wxStaticText * labelWarning
 
wxButton * btnOK
 

Constructor & Destructor Documentation

◆ FilterErrorDialog()

FilterErrorDialog::FilterErrorDialog ( wxWindow *  parent,
int  id = wxID_ANY,
const wxString &  title = wxT(""),
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = wxDEFAULT_DIALOG_STYLE 
)

Member Function Documentation

◆ SetText()

void FilterErrorDialog::SetText ( const std::vector< std::string > &  text)

References bitmapError, bitmapWarning, btnOK, labelError, labelWarning, and textErrorMessage.

Referenced by MainWindowFrame::OnBtnFilterTreeErrs().

Here is the caller graph for this function:

Member Data Documentation

◆ bitmapError

wxStaticBitmap* FilterErrorDialog::bitmapError
protected

Referenced by FilterErrorDialog(), and SetText().

◆ bitmapWarning

wxStaticBitmap* FilterErrorDialog::bitmapWarning
protected

Referenced by FilterErrorDialog(), and SetText().

◆ btnOK

wxButton* FilterErrorDialog::btnOK
protected

Referenced by FilterErrorDialog(), and SetText().

◆ labelError

wxStaticText* FilterErrorDialog::labelError
protected

Referenced by FilterErrorDialog(), and SetText().

◆ labelWarning

wxStaticText* FilterErrorDialog::labelWarning
protected

Referenced by FilterErrorDialog(), and SetText().

◆ textErrorMessage

wxTextCtrl* FilterErrorDialog::textErrorMessage
protected

Referenced by FilterErrorDialog(), and SetText().


The documentation for this class was generated from the following files: