Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
Loading...
Searching...
No Matches
MyCanvas Class Reference

#include <wxProfileDump.h>

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

Public Member Functions

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

Private Attributes

bool m_dirty
 

Detailed Description

Definition at line 80 of file wxProfileDump.h.

Constructor & Destructor Documentation

◆ MyCanvas()

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

Member Function Documentation

◆ IsDirty()

bool MyCanvas::IsDirty ( ) const
inline

Definition at line 86 of file wxProfileDump.h.

86{ return m_dirty; }

References m_dirty.

◆ OnDraw()

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

◆ OnEvent()

void MyCanvas::OnEvent ( wxMouseEvent & event)

Member Data Documentation

◆ m_dirty

bool MyCanvas::m_dirty
private

Definition at line 91 of file wxProfileDump.h.

Referenced by IsDirty().


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