IccMAX 2.1.27
Color Profile Tools
Loading...
Searching...
No Matches
MyCanvas Class Reference

#include <wxProfileDump.h>

+ Inheritance diagram for MyCanvas:
+ Collaboration diagram for MyCanvas:

Public Member Functions

 MyCanvas (wxWindow *parent, const wxPoint &pos, const wxSize &size)
 
bool IsDirty () const
 
virtual void OnDraw (wxDC &dc)
 
void OnEvent (wxMouseEvent &event)
 

Private Attributes

bool m_dirty
 

Detailed Description

Constructor & Destructor Documentation

◆ MyCanvas()

MyCanvas::MyCanvas ( wxWindow *  parent,
const wxPoint &  pos,
const wxSize &  size 
)

Member Function Documentation

◆ IsDirty()

bool MyCanvas::IsDirty ( ) const
inline
86{ return m_dirty; }
bool m_dirty
Definition wxProfileDump.h:91

References m_dirty.

◆ OnDraw()

virtual void MyCanvas::OnDraw ( wxDC &  dc)
virtual

◆ OnEvent()

void MyCanvas::OnEvent ( wxMouseEvent &  event)

Field Documentation

◆ m_dirty

bool MyCanvas::m_dirty
private

Referenced by IsDirty().


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