1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869
|
/*
* %CopyrightBegin%
*
* Copyright Ericsson AB 2008-2022. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* %CopyrightEnd%
*/
/***** This file is generated do not edit ****/
class EwxWindow : public wxWindow {
public: ~EwxWindow() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxWindow(wxWindow * parent,wxWindowID id,const wxPoint& pos,const wxSize& size,long style) : wxWindow(parent,id,pos,size,style) {};
EwxWindow() : wxWindow() {};
};
class EwxFrame : public wxFrame {
public: ~EwxFrame() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxFrame(wxWindow * parent,wxWindowID id,const wxString& title,const wxPoint& pos,const wxSize& size,long style) : wxFrame(parent,id,title,pos,size,style) {};
EwxFrame() : wxFrame() {};
};
class EwxMiniFrame : public wxMiniFrame {
public: ~EwxMiniFrame() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxMiniFrame(wxWindow * parent,wxWindowID id,const wxString& title,const wxPoint& pos,const wxSize& size,long style) : wxMiniFrame(parent,id,title,pos,size,style) {};
EwxMiniFrame() : wxMiniFrame() {};
};
class EwxSplashScreen : public wxSplashScreen {
public: ~EwxSplashScreen() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxSplashScreen(const wxBitmap& bitmap,long splashStyle,int milliseconds,wxWindow * parent,wxWindowID id,const wxPoint& pos,const wxSize& size,long style) : wxSplashScreen(bitmap,splashStyle,milliseconds,parent,id,pos,size,style) {};
};
class EwxPanel : public wxPanel {
public: ~EwxPanel() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxPanel(wxWindow * parent,wxWindowID winid,const wxPoint& pos,const wxSize& size,long style) : wxPanel(parent,winid,pos,size,style) {};
EwxPanel() : wxPanel() {};
};
class EwxScrolledWindow : public wxScrolledWindow {
public: ~EwxScrolledWindow() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxScrolledWindow(wxWindow * parent,wxWindowID winid,const wxPoint& pos,const wxSize& size,long style) : wxScrolledWindow(parent,winid,pos,size,style) {};
EwxScrolledWindow() : wxScrolledWindow() {};
};
class EwxSashWindow : public wxSashWindow {
public: ~EwxSashWindow() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxSashWindow(wxWindow * parent,wxWindowID id,const wxPoint& pos,const wxSize& size,long style) : wxSashWindow(parent,id,pos,size,style) {};
EwxSashWindow() : wxSashWindow() {};
};
class EwxSashLayoutWindow : public wxSashLayoutWindow {
public: ~EwxSashLayoutWindow() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxSashLayoutWindow(wxWindow * parent,wxWindowID id,const wxPoint& pos,const wxSize& size,long style) : wxSashLayoutWindow(parent,id,pos,size,style) {};
EwxSashLayoutWindow() : wxSashLayoutWindow() {};
};
class EwxGrid : public wxGrid {
public: ~EwxGrid() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxGrid(wxWindow * parent,wxWindowID id,const wxPoint& pos,const wxSize& size,long style) : wxGrid(parent,id,pos,size,style) {};
EwxGrid() : wxGrid() {};
};
class EwxMirrorDC : public wxMirrorDC {
public: ~EwxMirrorDC() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxMirrorDC(wxDC& dc,bool mirror) : wxMirrorDC(dc,mirror) {};
};
class EwxScreenDC : public wxScreenDC {
public: ~EwxScreenDC() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxScreenDC() : wxScreenDC() {};
};
#if wxUSE_POSTSCRIPT
class EwxPostScriptDC : public wxPostScriptDC {
public: ~EwxPostScriptDC() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxPostScriptDC(const wxPrintData& printData) : wxPostScriptDC(printData) {};
EwxPostScriptDC() : wxPostScriptDC() {};
};
#endif // wxUSE_POSTSCRIPT
class EwxWindowDC : public wxWindowDC {
public: ~EwxWindowDC() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxWindowDC(wxWindow * window) : wxWindowDC(window) {};
};
class EwxClientDC : public wxClientDC {
public: ~EwxClientDC() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxClientDC(wxWindow * window) : wxClientDC(window) {};
};
class EwxPaintDC : public wxPaintDC {
public: ~EwxPaintDC() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxPaintDC(wxWindow * window) : wxPaintDC(window) {};
};
class EwxMemoryDC : public wxMemoryDC {
public: ~EwxMemoryDC() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxMemoryDC(wxDC * dc) : wxMemoryDC(dc) {};
EwxMemoryDC(wxBitmap& dc) : wxMemoryDC(dc) {};
EwxMemoryDC() : wxMemoryDC() {};
};
class EwxBufferedDC : public wxBufferedDC {
public: ~EwxBufferedDC() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxBufferedDC(wxDC * dc,const wxSize& area,int style) : wxBufferedDC(dc,area,style) {};
EwxBufferedDC(wxDC * dc,wxBitmap& buffer,int style) : wxBufferedDC(dc,buffer,style) {};
EwxBufferedDC() : wxBufferedDC() {};
};
class EwxBufferedPaintDC : public wxBufferedPaintDC {
public: ~EwxBufferedPaintDC() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxBufferedPaintDC(wxWindow * window,wxBitmap& buffer,int style) : wxBufferedPaintDC(window,buffer,style) {};
EwxBufferedPaintDC(wxWindow * window,int style) : wxBufferedPaintDC(window,style) {};
};
#if wxUSE_GRAPHICS_CONTEXT
class EwxGraphicsObject : public wxGraphicsObject {
public: ~EwxGraphicsObject() {((WxeApp *)wxTheApp)->clearPtr(this);};
};
#endif // wxUSE_GRAPHICS_CONTEXT
#if wxUSE_GRAPHICS_CONTEXT
class EwxGraphicsContext : public wxGraphicsContext {
public: ~EwxGraphicsContext() {((WxeApp *)wxTheApp)->clearPtr(this);};
};
#endif // wxUSE_GRAPHICS_CONTEXT
#if wxUSE_GRAPHICS_CONTEXT
class EwxGraphicsGradientStops : public wxGraphicsGradientStops {
public: ~EwxGraphicsGradientStops() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxGraphicsGradientStops(wxColour startCol,wxColour endCol) : wxGraphicsGradientStops(startCol,endCol) {};
};
#endif // wxUSE_GRAPHICS_CONTEXT
class EwxMenuBar : public wxMenuBar {
public: ~EwxMenuBar() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxMenuBar(long style) : wxMenuBar(style) {};
EwxMenuBar() : wxMenuBar() {};
};
class EwxMenu : public wxMenu {
public: ~EwxMenu() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxMenu(const wxString& title,long style) : wxMenu(title,style) {};
EwxMenu(long style) : wxMenu(style) {};
EwxMenu() : wxMenu() {};
};
class EwxMenuItem : public wxMenuItem {
public: ~EwxMenuItem() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxMenuItem(wxMenu * parentMenu,int id,const wxString& text,const wxString& help,wxItemKind kind,wxMenu * subMenu) : wxMenuItem(parentMenu,id,text,help,kind,subMenu) {};
};
class EwxStatusBar : public wxStatusBar {
public: ~EwxStatusBar() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxStatusBar(wxWindow * parent,wxWindowID winid,long style) : wxStatusBar(parent,winid,style) {};
EwxStatusBar() : wxStatusBar() {};
};
class EwxBitmap : public wxBitmap {
public: ~EwxBitmap() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxBitmap(char * bits,int width,int height,int depth) : wxBitmap(bits,width,height,depth) {};
EwxBitmap(int width,int height,int depth) : wxBitmap(width,height,depth) {};
EwxBitmap(const wxString& name,wxBitmapType type) : wxBitmap(name,type) {};
EwxBitmap(const wxSize& sz,int depth) : wxBitmap(sz,depth) {};
EwxBitmap(const wxImage& img,int depth) : wxBitmap(img,depth) {};
EwxBitmap(const wxImage& img) : wxBitmap(img) {};
EwxBitmap(const wxBitmap& img) : wxBitmap(img) {};
EwxBitmap() : wxBitmap() {};
};
class EwxIcon : public wxIcon {
public: ~EwxIcon() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxIcon(const wxString& name,wxBitmapType type,int desiredWidth,int desiredHeight) : wxIcon(name,type,desiredWidth,desiredHeight) {};
EwxIcon(const wxIcon& icon) : wxIcon(icon) {};
EwxIcon() : wxIcon() {};
};
class EwxIconBundle : public wxIconBundle {
public: ~EwxIconBundle() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxIconBundle(const wxString& file,wxBitmapType type) : wxIconBundle(file,type) {};
EwxIconBundle(const wxIconBundle& ic) : wxIconBundle(ic) {};
EwxIconBundle(const wxIcon& ic) : wxIconBundle(ic) {};
EwxIconBundle(const wxString& file) : wxIconBundle(file) {};
EwxIconBundle() : wxIconBundle() {};
};
class EwxCursor : public wxCursor {
public: ~EwxCursor() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxCursor(const wxString& cursorName,wxBitmapType type,int hotSpotX,int hotSpotY) : wxCursor(cursorName,type,hotSpotX,hotSpotY) {};
EwxCursor(const wxImage& image) : wxCursor(image) {};
EwxCursor(const wxCursor& image) : wxCursor(image) {};
EwxCursor(wxStockCursor cursorId) : wxCursor(cursorId) {};
EwxCursor() : wxCursor() {};
};
class EwxMask : public wxMask {
public: ~EwxMask() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxMask(const wxBitmap& bitmap,int index) : wxMask(bitmap,index) {};
EwxMask(const wxBitmap& bitmap,const wxColour& colour) : wxMask(bitmap,colour) {};
EwxMask(const wxBitmap& bitmap) : wxMask(bitmap) {};
EwxMask() : wxMask() {};
};
class EwxImage : public wxImage {
public: ~EwxImage() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxImage(int width,int height,unsigned char * data,unsigned char * alpha) : wxImage(width,height,data,alpha) {};
EwxImage(int width,int height,unsigned char * data) : wxImage(width,height,data) {};
EwxImage(int width,int height,bool clear) : wxImage(width,height,clear) {};
EwxImage(const wxString& name,const wxString& mimetype,int index) : wxImage(name,mimetype,index) {};
EwxImage(const wxSize& sz,unsigned char * data,unsigned char * alpha) : wxImage(sz,data,alpha) {};
EwxImage(const wxString& name,wxBitmapType type,int index) : wxImage(name,type,index) {};
EwxImage(const wxSize& sz,unsigned char * data) : wxImage(sz,data) {};
EwxImage(const wxSize& sz,bool clear) : wxImage(sz,clear) {};
EwxImage() : wxImage() {};
EwxImage(wxImage copy) : wxImage(copy) {};
};
class EwxBrush : public wxBrush {
public: ~EwxBrush() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxBrush(const wxColour& colour,wxBrushStyle style) : wxBrush(colour,style) {};
EwxBrush(const wxBrush& brush) : wxBrush(brush) {};
EwxBrush(const wxBitmap& brush) : wxBrush(brush) {};
EwxBrush() : wxBrush() {};
};
class EwxPen : public wxPen {
public: ~EwxPen() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxPen(const wxColour& colour,int width,wxPenStyle style) : wxPen(colour,width,style) {};
EwxPen(const wxPen& pen) : wxPen(pen) {};
EwxPen() : wxPen() {};
};
class EwxRegion : public wxRegion {
public: ~EwxRegion() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxRegion(wxCoord x,wxCoord y,wxCoord width,wxCoord height) : wxRegion(x,y,width,height) {};
EwxRegion(const wxPoint& topLeft,const wxPoint& bottomRight) : wxRegion(topLeft,bottomRight) {};
EwxRegion(const wxRect& rect) : wxRegion(rect) {};
EwxRegion(const wxBitmap& bmp) : wxRegion(bmp) {};
EwxRegion() : wxRegion() {};
};
class EwxAcceleratorTable : public wxAcceleratorTable {
public: ~EwxAcceleratorTable() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxAcceleratorTable(int n,const wxAcceleratorEntry * entries) : wxAcceleratorTable(n,entries) {};
EwxAcceleratorTable() : wxAcceleratorTable() {};
};
class EwxSizerItem : public wxSizerItem {
public: ~EwxSizerItem() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxSizerItem(int width,int height,int proportion,int flag,int border,wxObject * userData) : wxSizerItem(width,height,proportion,flag,border,userData) {};
EwxSizerItem(wxWindow * window,const wxSizerFlags& flags) : wxSizerItem(window,flags) {};
EwxSizerItem(wxSizer * window,const wxSizerFlags& flags) : wxSizerItem(window,flags) {};
EwxSizerItem(wxWindow * window,int proportion,int flag,int border,wxObject * userData) : wxSizerItem(window,proportion,flag,border,userData) {};
EwxSizerItem(wxSizer * window,int proportion,int flag,int border,wxObject * userData) : wxSizerItem(window,proportion,flag,border,userData) {};
};
class EwxBoxSizer : public wxBoxSizer {
public: ~EwxBoxSizer() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxBoxSizer(int orient) : wxBoxSizer(orient) {};
};
class EwxStaticBoxSizer : public wxStaticBoxSizer {
public: ~EwxStaticBoxSizer() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxStaticBoxSizer(int orient,wxWindow * parent,const wxString& label) : wxStaticBoxSizer(orient,parent,label) {};
EwxStaticBoxSizer(wxStaticBox * box,int orient) : wxStaticBoxSizer(box,orient) {};
};
class EwxGridSizer : public wxGridSizer {
public: ~EwxGridSizer() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxGridSizer(int rows,int cols,int vgap,int hgap) : wxGridSizer(rows,cols,vgap,hgap) {};
EwxGridSizer(int cols,int vgap,int hgap) : wxGridSizer(cols,vgap,hgap) {};
EwxGridSizer(int rows,int cols,const wxSize& gap) : wxGridSizer(rows,cols,gap) {};
EwxGridSizer(int cols,const wxSize& gap) : wxGridSizer(cols,gap) {};
};
class EwxFlexGridSizer : public wxFlexGridSizer {
public: ~EwxFlexGridSizer() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxFlexGridSizer(int rows,int cols,int vgap,int hgap) : wxFlexGridSizer(rows,cols,vgap,hgap) {};
EwxFlexGridSizer(int cols,int vgap,int hgap) : wxFlexGridSizer(cols,vgap,hgap) {};
EwxFlexGridSizer(int rows,int cols,const wxSize& gap) : wxFlexGridSizer(rows,cols,gap) {};
EwxFlexGridSizer(int cols,const wxSize& gap) : wxFlexGridSizer(cols,gap) {};
};
class EwxGridBagSizer : public wxGridBagSizer {
public: ~EwxGridBagSizer() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxGridBagSizer(int vgap,int hgap) : wxGridBagSizer(vgap,hgap) {};
};
class EwxStdDialogButtonSizer : public wxStdDialogButtonSizer {
public: ~EwxStdDialogButtonSizer() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxStdDialogButtonSizer() : wxStdDialogButtonSizer() {};
};
class EwxFont : public wxFont {
public: ~EwxFont() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxFont(int pointSize,wxFontFamily family,wxFontStyle style,wxFontWeight weight,bool underlined,const wxString& face,wxFontEncoding encoding) : wxFont(pointSize,family,style,weight,underlined,face,encoding) {};
EwxFont(const wxSize& pixelSize,wxFontFamily family,wxFontStyle style,wxFontWeight weight,bool underline,const wxString& faceName,wxFontEncoding encoding) : wxFont(pixelSize,family,style,weight,underline,faceName,encoding) {};
EwxFont(const wxString& nativeInfoString) : wxFont(nativeInfoString) {};
EwxFont(const wxFont& font) : wxFont(font) {};
EwxFont() : wxFont() {};
};
class EwxToolTip : public wxToolTip {
public: ~EwxToolTip() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxToolTip(const wxString& tip) : wxToolTip(tip) {};
};
class EwxButton : public wxButton {
public: ~EwxButton() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxButton(wxWindow * parent,wxWindowID id,const wxString& label,const wxPoint& pos,const wxSize& size,long style,const wxValidator& validator) : wxButton(parent,id,label,pos,size,style,validator) {};
EwxButton() : wxButton() {};
};
class EwxBitmapButton : public wxBitmapButton {
public: ~EwxBitmapButton() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxBitmapButton(wxWindow * parent,wxWindowID id,const wxBitmap& bitmap,const wxPoint& pos,const wxSize& size,long style,const wxValidator& validator) : wxBitmapButton(parent,id,bitmap,pos,size,style,validator) {};
EwxBitmapButton() : wxBitmapButton() {};
};
class EwxToggleButton : public wxToggleButton {
public: ~EwxToggleButton() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxToggleButton(wxWindow * parent,wxWindowID id,const wxString& label,const wxPoint& pos,const wxSize& size,long style,const wxValidator& validator) : wxToggleButton(parent,id,label,pos,size,style,validator) {};
EwxToggleButton() : wxToggleButton() {};
};
class EwxCalendarCtrl : public wxCalendarCtrl {
public: ~EwxCalendarCtrl() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxCalendarCtrl(wxWindow * parent,wxWindowID id,const wxDateTime& date,const wxPoint& pos,const wxSize& size,long style) : wxCalendarCtrl(parent,id,date,pos,size,style) {};
EwxCalendarCtrl() : wxCalendarCtrl() {};
};
class EwxCheckBox : public wxCheckBox {
public: ~EwxCheckBox() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxCheckBox(wxWindow * parent,wxWindowID id,const wxString& label,const wxPoint& pos,const wxSize& size,long style,const wxValidator& validator) : wxCheckBox(parent,id,label,pos,size,style,validator) {};
EwxCheckBox() : wxCheckBox() {};
};
class EwxCheckListBox : public wxCheckListBox {
public: ~EwxCheckListBox() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxCheckListBox(wxWindow * parent,wxWindowID id,const wxPoint& pos,const wxSize& size,const wxArrayString& choices,long style,const wxValidator& validator) : wxCheckListBox(parent,id,pos,size,choices,style,validator) {};
EwxCheckListBox() : wxCheckListBox() {};
};
class EwxChoice : public wxChoice {
public: ~EwxChoice() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxChoice(wxWindow * parent,wxWindowID id,const wxPoint& pos,const wxSize& size,const wxArrayString& choices,long style,const wxValidator& validator) : wxChoice(parent,id,pos,size,choices,style,validator) {};
EwxChoice() : wxChoice() {};
};
class EwxComboBox : public wxComboBox {
public: ~EwxComboBox() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxComboBox(wxWindow * parent,wxWindowID id,const wxString& value,const wxPoint& pos,const wxSize& size,const wxArrayString& choices,long style,const wxValidator& validator) : wxComboBox(parent,id,value,pos,size,choices,style,validator) {};
EwxComboBox() : wxComboBox() {};
};
class EwxGauge : public wxGauge {
public: ~EwxGauge() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxGauge(wxWindow * parent,wxWindowID id,int range,const wxPoint& pos,const wxSize& size,long style,const wxValidator& validator) : wxGauge(parent,id,range,pos,size,style,validator) {};
EwxGauge() : wxGauge() {};
};
class EwxGenericDirCtrl : public wxGenericDirCtrl {
public: ~EwxGenericDirCtrl() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxGenericDirCtrl(wxWindow * parent,wxWindowID id,const wxString& dir,const wxPoint& pos,const wxSize& size,long style,const wxString& filter,int defaultFilter) : wxGenericDirCtrl(parent,id,dir,pos,size,style,filter,defaultFilter) {};
EwxGenericDirCtrl() : wxGenericDirCtrl() {};
};
class EwxStaticBox : public wxStaticBox {
public: ~EwxStaticBox() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxStaticBox(wxWindow * parent,wxWindowID id,const wxString& label,const wxPoint& pos,const wxSize& size,long style) : wxStaticBox(parent,id,label,pos,size,style) {};
EwxStaticBox() : wxStaticBox() {};
};
class EwxStaticLine : public wxStaticLine {
public: ~EwxStaticLine() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxStaticLine(wxWindow * parent,wxWindowID id,const wxPoint& pos,const wxSize& size,long style) : wxStaticLine(parent,id,pos,size,style) {};
EwxStaticLine() : wxStaticLine() {};
};
class EwxListBox : public wxListBox {
public: ~EwxListBox() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxListBox(wxWindow * parent,wxWindowID id,const wxPoint& pos,const wxSize& size,const wxArrayString& choices,long style,const wxValidator& validator) : wxListBox(parent,id,pos,size,choices,style,validator) {};
EwxListBox() : wxListBox() {};
};
class EwxListCtrl : public wxListCtrl {
public: ~EwxListCtrl();
EwxListCtrl(wxWindow * parent,wxWindowID winid,const wxPoint& pos,const wxSize& size,long style,const wxValidator& validator) : wxListCtrl(parent,winid,pos,size,style,validator) {};
EwxListCtrl() : wxListCtrl() {};
int onGetItemText;
int onGetItemAttr;
int onGetItemColumnImage;
wxe_me_ref *me_ref;
private:
virtual wxString OnGetItemText(long item, long col) const;
virtual wxListItemAttr* OnGetItemAttr(long item) const;
virtual int OnGetItemImage(long item) const;
virtual int OnGetItemColumnImage(long item, long column) const;
};
class EwxListItem : public wxListItem {
public: ~EwxListItem() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxListItem(const wxListItem& item) : wxListItem(item) {};
EwxListItem() : wxListItem() {};
};
class EwxImageList : public wxImageList {
public: ~EwxImageList() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxImageList(int width,int height,bool mask,int initialCount) : wxImageList(width,height,mask,initialCount) {};
EwxImageList() : wxImageList() {};
};
class EwxTextCtrl : public wxTextCtrl {
public: ~EwxTextCtrl() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxTextCtrl(wxWindow * parent,wxWindowID id,const wxString& value,const wxPoint& pos,const wxSize& size,long style,const wxValidator& validator) : wxTextCtrl(parent,id,value,pos,size,style,validator) {};
EwxTextCtrl() : wxTextCtrl() {};
};
class EwxNotebook : public wxNotebook {
public: ~EwxNotebook() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxNotebook(wxWindow * parent,wxWindowID id,const wxPoint& pos,const wxSize& size,long style) : wxNotebook(parent,id,pos,size,style) {};
EwxNotebook() : wxNotebook() {};
};
class EwxChoicebook : public wxChoicebook {
public: ~EwxChoicebook() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxChoicebook(wxWindow * parent,wxWindowID id,const wxPoint& pos,const wxSize& size,long style) : wxChoicebook(parent,id,pos,size,style) {};
EwxChoicebook() : wxChoicebook() {};
};
class EwxToolbook : public wxToolbook {
public: ~EwxToolbook() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxToolbook(wxWindow * parent,wxWindowID id,const wxPoint& pos,const wxSize& size,long style) : wxToolbook(parent,id,pos,size,style) {};
EwxToolbook() : wxToolbook() {};
};
class EwxListbook : public wxListbook {
public: ~EwxListbook() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxListbook(wxWindow * parent,wxWindowID id,const wxPoint& pos,const wxSize& size,long style) : wxListbook(parent,id,pos,size,style) {};
EwxListbook() : wxListbook() {};
};
class EwxTreebook : public wxTreebook {
public: ~EwxTreebook() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxTreebook(wxWindow * parent,wxWindowID id,const wxPoint& pos,const wxSize& size,long style) : wxTreebook(parent,id,pos,size,style) {};
EwxTreebook() : wxTreebook() {};
};
class EwxTreeCtrl : public wxTreeCtrl {
public: ~EwxTreeCtrl() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxTreeCtrl(wxWindow * parent,wxWindowID id,const wxPoint& pos,const wxSize& size,long style,const wxValidator& validator) : wxTreeCtrl(parent,id,pos,size,style,validator) {};
EwxTreeCtrl() : wxTreeCtrl() {};
};
class EwxScrollBar : public wxScrollBar {
public: ~EwxScrollBar() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxScrollBar(wxWindow * parent,wxWindowID id,const wxPoint& pos,const wxSize& size,long style,const wxValidator& validator) : wxScrollBar(parent,id,pos,size,style,validator) {};
EwxScrollBar() : wxScrollBar() {};
};
class EwxSpinButton : public wxSpinButton {
public: ~EwxSpinButton() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxSpinButton(wxWindow * parent,wxWindowID id,const wxPoint& pos,const wxSize& size,long style) : wxSpinButton(parent,id,pos,size,style) {};
EwxSpinButton() : wxSpinButton() {};
};
class EwxSpinCtrl : public wxSpinCtrl {
public: ~EwxSpinCtrl() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxSpinCtrl(wxWindow * parent,wxWindowID id,const wxString& value,const wxPoint& pos,const wxSize& size,long style,int min,int max,int initial) : wxSpinCtrl(parent,id,value,pos,size,style,min,max,initial) {};
EwxSpinCtrl() : wxSpinCtrl() {};
};
class EwxStaticText : public wxStaticText {
public: ~EwxStaticText() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxStaticText(wxWindow * parent,wxWindowID id,const wxString& label,const wxPoint& pos,const wxSize& size,long style) : wxStaticText(parent,id,label,pos,size,style) {};
EwxStaticText() : wxStaticText() {};
};
class EwxStaticBitmap : public wxStaticBitmap {
public: ~EwxStaticBitmap() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxStaticBitmap(wxWindow * parent,wxWindowID id,const wxBitmap& label,const wxPoint& pos,const wxSize& size,long style) : wxStaticBitmap(parent,id,label,pos,size,style) {};
EwxStaticBitmap() : wxStaticBitmap() {};
};
class EwxRadioBox : public wxRadioBox {
public: ~EwxRadioBox() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxRadioBox(wxWindow * parent,wxWindowID id,const wxString& label,const wxPoint& pos,const wxSize& size,const wxArrayString& choices,int majorDim,long style,const wxValidator& val) : wxRadioBox(parent,id,label,pos,size,choices,majorDim,style,val) {};
};
class EwxRadioButton : public wxRadioButton {
public: ~EwxRadioButton() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxRadioButton(wxWindow * parent,wxWindowID id,const wxString& label,const wxPoint& pos,const wxSize& size,long style,const wxValidator& validator) : wxRadioButton(parent,id,label,pos,size,style,validator) {};
EwxRadioButton() : wxRadioButton() {};
};
class EwxSlider : public wxSlider {
public: ~EwxSlider() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxSlider(wxWindow * parent,wxWindowID id,int value,int minValue,int maxValue,const wxPoint& pos,const wxSize& size,long style,const wxValidator& validator) : wxSlider(parent,id,value,minValue,maxValue,pos,size,style,validator) {};
EwxSlider() : wxSlider() {};
};
class EwxDialog : public wxDialog {
public: ~EwxDialog() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxDialog(wxWindow * parent,wxWindowID id,const wxString& title,const wxPoint& pos,const wxSize& size,long style) : wxDialog(parent,id,title,pos,size,style) {};
EwxDialog() : wxDialog() {};
};
class EwxColourDialog : public wxColourDialog {
public: ~EwxColourDialog() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxColourDialog(wxWindow * parent,wxColourData * data) : wxColourDialog(parent,data) {};
EwxColourDialog() : wxColourDialog() {};
};
class EwxColourData : public wxColourData {
public: ~EwxColourData() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxColourData() : wxColourData() {};
};
class EwxPalette : public wxPalette {
public: ~EwxPalette() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxPalette(int n,unsigned const char * red,unsigned const char * green,unsigned const char * blue) : wxPalette(n,red,green,blue) {};
EwxPalette(const wxPalette& palette) : wxPalette(palette) {};
EwxPalette() : wxPalette() {};
};
class EwxDirDialog : public wxDirDialog {
public: ~EwxDirDialog() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxDirDialog(wxWindow * parent,const wxString& title,const wxString& defaultPath,long style,const wxPoint& pos,const wxSize& sz) : wxDirDialog(parent,title,defaultPath,style,pos,sz) {};
};
class EwxFileDialog : public wxFileDialog {
public: ~EwxFileDialog() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxFileDialog(wxWindow * parent,const wxString& message,const wxString& defaultDir,const wxString& defaultFile,const wxString& wildCard,long style,const wxPoint& pos,const wxSize& sz) : wxFileDialog(parent,message,defaultDir,defaultFile,wildCard,style,pos,sz) {};
};
class EwxFilePickerCtrl : public wxFilePickerCtrl {
public: ~EwxFilePickerCtrl() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxFilePickerCtrl(wxWindow * parent,wxWindowID id,const wxString& path,const wxString& message,const wxString& wildcard,const wxPoint& pos,const wxSize& size,long style,const wxValidator& validator) : wxFilePickerCtrl(parent,id,path,message,wildcard,pos,size,style,validator) {};
EwxFilePickerCtrl() : wxFilePickerCtrl() {};
};
class EwxDirPickerCtrl : public wxDirPickerCtrl {
public: ~EwxDirPickerCtrl() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxDirPickerCtrl(wxWindow * parent,wxWindowID id,const wxString& path,const wxString& message,const wxPoint& pos,const wxSize& size,long style,const wxValidator& validator) : wxDirPickerCtrl(parent,id,path,message,pos,size,style,validator) {};
EwxDirPickerCtrl() : wxDirPickerCtrl() {};
};
class EwxColourPickerCtrl : public wxColourPickerCtrl {
public: ~EwxColourPickerCtrl() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxColourPickerCtrl(wxWindow * parent,wxWindowID id,const wxColour& col,const wxPoint& pos,const wxSize& size,long style,const wxValidator& validator) : wxColourPickerCtrl(parent,id,col,pos,size,style,validator) {};
EwxColourPickerCtrl() : wxColourPickerCtrl() {};
};
class EwxDatePickerCtrl : public wxDatePickerCtrl {
public: ~EwxDatePickerCtrl() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxDatePickerCtrl(wxWindow * parent,wxWindowID id,const wxDateTime& date,const wxPoint& pos,const wxSize& size,long style,const wxValidator& validator) : wxDatePickerCtrl(parent,id,date,pos,size,style,validator) {};
EwxDatePickerCtrl() : wxDatePickerCtrl() {};
};
class EwxFontPickerCtrl : public wxFontPickerCtrl {
public: ~EwxFontPickerCtrl() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxFontPickerCtrl(wxWindow * parent,wxWindowID id,const wxFont& initial,const wxPoint& pos,const wxSize& size,long style,const wxValidator& validator) : wxFontPickerCtrl(parent,id,initial,pos,size,style,validator) {};
EwxFontPickerCtrl() : wxFontPickerCtrl() {};
};
class EwxFindReplaceDialog : public wxFindReplaceDialog {
public: ~EwxFindReplaceDialog() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxFindReplaceDialog(wxWindow * parent,wxFindReplaceData * data,const wxString& title,int style) : wxFindReplaceDialog(parent,data,title,style) {};
EwxFindReplaceDialog() : wxFindReplaceDialog() {};
};
class EwxFindReplaceData : public wxFindReplaceData {
public: ~EwxFindReplaceData() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxFindReplaceData(unsigned int flags) : wxFindReplaceData(flags) {};
};
class EwxMultiChoiceDialog : public wxMultiChoiceDialog {
public: ~EwxMultiChoiceDialog() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxMultiChoiceDialog(wxWindow * parent,const wxString& message,const wxString& caption,const wxArrayString& choices,long style,const wxPoint& pos) : wxMultiChoiceDialog(parent,message,caption,choices,style,pos) {};
};
class EwxSingleChoiceDialog : public wxSingleChoiceDialog {
public: ~EwxSingleChoiceDialog() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxSingleChoiceDialog(wxWindow * parent,const wxString& message,const wxString& caption,const wxArrayString& choices,void ** clientData,long style,const wxPoint& pos) : wxSingleChoiceDialog(parent,message,caption,choices,clientData,style,pos) {};
};
class EwxTextEntryDialog : public wxTextEntryDialog {
public: ~EwxTextEntryDialog() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxTextEntryDialog(wxWindow * parent,const wxString& message,const wxString& caption,const wxString& value,long style,const wxPoint& pos) : wxTextEntryDialog(parent,message,caption,value,style,pos) {};
EwxTextEntryDialog() : wxTextEntryDialog() {};
};
class EwxPasswordEntryDialog : public wxPasswordEntryDialog {
public: ~EwxPasswordEntryDialog() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxPasswordEntryDialog(wxWindow * parent,const wxString& message,const wxString& caption,const wxString& value,long style,const wxPoint& pos) : wxPasswordEntryDialog(parent,message,caption,value,style,pos) {};
};
class EwxFontData : public wxFontData {
public: ~EwxFontData() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxFontData(const wxFontData& data) : wxFontData(data) {};
EwxFontData() : wxFontData() {};
};
class EwxFontDialog : public wxFontDialog {
public: ~EwxFontDialog() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxFontDialog(wxWindow * parent,const wxFontData& data) : wxFontDialog(parent,data) {};
EwxFontDialog() : wxFontDialog() {};
};
class EwxProgressDialog : public wxProgressDialog {
public: ~EwxProgressDialog() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxProgressDialog(const wxString& title,const wxString& message,int maximum,wxWindow * parent,int style) : wxProgressDialog(title,message,maximum,parent,style) {};
};
class EwxMessageDialog : public wxMessageDialog {
public: ~EwxMessageDialog() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxMessageDialog(wxWindow * parent,const wxString& message,const wxString& caption,long style,const wxPoint& pos) : wxMessageDialog(parent,message,caption,style,pos) {};
};
class EwxPageSetupDialog : public wxPageSetupDialog {
public: ~EwxPageSetupDialog() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxPageSetupDialog(wxWindow * parent,wxPageSetupDialogData * data) : wxPageSetupDialog(parent,data) {};
};
class EwxPageSetupDialogData : public wxPageSetupDialogData {
public: ~EwxPageSetupDialogData() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxPageSetupDialogData(const wxPrintData& printData) : wxPageSetupDialogData(printData) {};
EwxPageSetupDialogData(const wxPageSetupDialogData& printData) : wxPageSetupDialogData(printData) {};
EwxPageSetupDialogData() : wxPageSetupDialogData() {};
};
class EwxPrintDialog : public wxPrintDialog {
public: ~EwxPrintDialog() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxPrintDialog(wxWindow * parent,wxPrintDialogData * data) : wxPrintDialog(parent,data) {};
EwxPrintDialog(wxWindow * parent,wxPrintData * data) : wxPrintDialog(parent,data) {};
};
class EwxPrintDialogData : public wxPrintDialogData {
public: ~EwxPrintDialogData() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxPrintDialogData(const wxPrintDialogData& dialogData) : wxPrintDialogData(dialogData) {};
EwxPrintDialogData(const wxPrintData& dialogData) : wxPrintDialogData(dialogData) {};
EwxPrintDialogData() : wxPrintDialogData() {};
};
class EwxPrintData : public wxPrintData {
public: ~EwxPrintData() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxPrintData(const wxPrintData& data) : wxPrintData(data) {};
EwxPrintData() : wxPrintData() {};
};
class EwxPrintPreview : public wxPrintPreview {
public: ~EwxPrintPreview() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxPrintPreview(wxPrintout * printout,wxPrintout * printoutForPrinting,wxPrintData * data) : wxPrintPreview(printout,printoutForPrinting,data) {};
EwxPrintPreview(wxPrintout * printout,wxPrintout * printoutForPrinting,wxPrintDialogData * data) : wxPrintPreview(printout,printoutForPrinting,data) {};
};
class EwxPreviewFrame : public wxPreviewFrame {
public: ~EwxPreviewFrame() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxPreviewFrame(wxPrintPreview * preview,wxWindow * parent,const wxString& title,const wxPoint& pos,const wxSize& size,long style) : wxPreviewFrame(preview,parent,title,pos,size,style) {};
};
class EwxPreviewControlBar : public wxPreviewControlBar {
public: ~EwxPreviewControlBar() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxPreviewControlBar(wxPrintPreview * preview,long buttons,wxWindow * parent,const wxPoint& pos,const wxSize& size,long style) : wxPreviewControlBar(preview,buttons,parent,pos,size,style) {};
};
class EwxPrinter : public wxPrinter {
public: ~EwxPrinter() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxPrinter(wxPrintDialogData * data) : wxPrinter(data) {};
};
class EwxXmlResource : public wxXmlResource {
public: ~EwxXmlResource() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxXmlResource(const wxString& filemask,int flags,const wxString& domain) : wxXmlResource(filemask,flags,domain) {};
EwxXmlResource(int flags,const wxString& domain) : wxXmlResource(flags,domain) {};
};
class EwxHtmlEasyPrinting : public wxHtmlEasyPrinting {
public: ~EwxHtmlEasyPrinting() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxHtmlEasyPrinting(const wxString& name,wxWindow * parentWindow) : wxHtmlEasyPrinting(name,parentWindow) {};
};
#if wxUSE_GLCANVAS
class EwxGLCanvas : public wxGLCanvas {
public: ~EwxGLCanvas() {deleteActiveGL(this);((WxeApp *)wxTheApp)->clearPtr(this);};
EwxGLCanvas(wxWindow * parent,wxWindowID id,const int * attribList,const wxPoint& pos,const wxSize& size,long style,const wxString& name,const wxPalette& palette) : wxGLCanvas(parent,id,attribList,pos,size,style,name,palette) {};
};
#endif // wxUSE_GLCANVAS
#if wxUSE_GLCANVAS
class EwxGLContext : public wxGLContext {
public: ~EwxGLContext() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxGLContext(wxGLCanvas * win,wxGLContext * other) : wxGLContext(win,other) {};
};
#endif // wxUSE_GLCANVAS
#if wxUSE_AUI
class EwxAuiManager : public wxAuiManager {
public: ~EwxAuiManager() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxAuiManager(wxWindow * managed_wnd,unsigned int flags) : wxAuiManager(managed_wnd,flags) {};
};
#endif // wxUSE_AUI
#if wxUSE_AUI
class EwxAuiNotebook : public wxAuiNotebook {
public: ~EwxAuiNotebook() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxAuiNotebook(wxWindow * parent,wxWindowID id,const wxPoint& pos,const wxSize& size,long style) : wxAuiNotebook(parent,id,pos,size,style) {};
EwxAuiNotebook() : wxAuiNotebook() {};
};
#endif // wxUSE_AUI
class EwxMDIParentFrame : public wxMDIParentFrame {
public: ~EwxMDIParentFrame() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxMDIParentFrame(wxWindow * parent,wxWindowID id,const wxString& title,const wxPoint& pos,const wxSize& size,long style) : wxMDIParentFrame(parent,id,title,pos,size,style) {};
EwxMDIParentFrame() : wxMDIParentFrame() {};
};
class EwxMDIChildFrame : public wxMDIChildFrame {
public: ~EwxMDIChildFrame() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxMDIChildFrame(wxMDIParentFrame * parent,wxWindowID id,const wxString& title,const wxPoint& pos,const wxSize& size,long style) : wxMDIChildFrame(parent,id,title,pos,size,style) {};
EwxMDIChildFrame() : wxMDIChildFrame() {};
};
class EwxMDIClientWindow : public wxMDIClientWindow {
public: ~EwxMDIClientWindow() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxMDIClientWindow() : wxMDIClientWindow() {};
};
class EwxLayoutAlgorithm : public wxLayoutAlgorithm {
public: ~EwxLayoutAlgorithm() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxLayoutAlgorithm() : wxLayoutAlgorithm() {};
};
class EwxPrintout : public wxPrintout
{
public:
EwxPrintout(wxString Title, int onPrintP, int onPrepareP,
int onBeginP, int onEndP,
int onBeginD, int onEndD,
int hasP, int getPageI) :
wxPrintout(Title),
onPrintPage(onPrintP), onPreparePrinting(onPrepareP),
onBeginPrinting(onBeginP), onEndPrinting(onEndP),
onBeginDocument(onBeginD), onEndDocument(onEndD), hasPage(hasP), getPageInfo(getPageI)
{ } ;
~EwxPrintout();
bool OnBeginDocument(int startPage, int endPage);
void OnEndDocument();
void OnBeginPrinting();
void OnEndPrinting();
void OnPreparePrinting();
bool HasPage(int page);
bool OnPrintPage(int page);
void GetPageInfo(int *minPage, int *maxPage, int *pageFrom, int *pageTo);
int onPrintPage;
int onPreparePrinting;
int onBeginPrinting;
int onEndPrinting;
int onBeginDocument;
int onEndDocument;
int hasPage;
int getPageInfo;
wxe_me_ref * me_ref;
};
class EwxStyledTextCtrl : public wxStyledTextCtrl {
public: ~EwxStyledTextCtrl() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxStyledTextCtrl(wxWindow * parent,wxWindowID id,const wxPoint& pos,const wxSize& size,long style) : wxStyledTextCtrl(parent,id,pos,size,style) {};
EwxStyledTextCtrl() : wxStyledTextCtrl() {};
};
class EwxClipboard : public wxClipboard {
public: ~EwxClipboard() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxClipboard() : wxClipboard() {};
};
class EwxSplitterWindow : public wxSplitterWindow {
public: ~EwxSplitterWindow() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxSplitterWindow(wxWindow * parent,wxWindowID id,const wxPoint& pos,const wxSize& size,long style) : wxSplitterWindow(parent,id,pos,size,style) {};
EwxSplitterWindow() : wxSplitterWindow() {};
};
class EwxHtmlWindow : public wxHtmlWindow {
public: ~EwxHtmlWindow() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxHtmlWindow(wxWindow * parent,wxWindowID id,const wxPoint& pos,const wxSize& size,long style) : wxHtmlWindow(parent,id,pos,size,style) {};
EwxHtmlWindow() : wxHtmlWindow() {};
};
class EwxTaskBarIcon : public wxTaskBarIcon {
public: ~EwxTaskBarIcon() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxTaskBarIcon(wxTaskBarIconType iconType) : wxTaskBarIcon(iconType) { createPopupMenu = 0; };
int createPopupMenu;
wxe_me_ref *me_ref;
private:
virtual wxMenu* CreatePopupMenu();
};
class EwxLocale : public wxLocale {
public: ~EwxLocale() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxLocale(int language,int flags) : wxLocale(language,flags) {};
EwxLocale(const wxString& name,const wxString& shortName,const wxString& locale,bool bLoadDefault) : wxLocale(name,shortName,locale,bLoadDefault) {};
EwxLocale() : wxLocale() {};
};
#if wxUSE_POPUPWIN
class EwxPopupWindow : public wxPopupWindow {
public: ~EwxPopupWindow() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxPopupWindow(wxWindow * parent,int flags) : wxPopupWindow(parent,flags) {};
EwxPopupWindow() : wxPopupWindow() {};
};
#endif // wxUSE_POPUPWIN
#if wxUSE_POPUPWIN
class EwxPopupTransientWindow : public wxPopupTransientWindow {
public: ~EwxPopupTransientWindow() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxPopupTransientWindow(wxWindow * parent,int style) : wxPopupTransientWindow(parent,style) {};
EwxPopupTransientWindow() : wxPopupTransientWindow() {};
};
#endif // wxUSE_POPUPWIN
class EwxDCOverlay : public wxDCOverlay {
public: ~EwxDCOverlay() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxDCOverlay(wxOverlay& overlay,wxDC * dc,int x,int y,int width,int height) : wxDCOverlay(overlay,dc,x,y,width,height) {};
EwxDCOverlay(wxOverlay& overlay,wxDC * dc) : wxDCOverlay(overlay,dc) {};
};
#if wxUSE_GRAPHICS_CONTEXT
class EwxGCDC : public wxGCDC {
public: ~EwxGCDC() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxGCDC(const wxWindowDC& windowDC) : wxGCDC(windowDC) {};
EwxGCDC(const wxMemoryDC& windowDC) : wxGCDC(windowDC) {};
EwxGCDC(wxGraphicsContext * windowDC) : wxGCDC(windowDC) {};
EwxGCDC() : wxGCDC() {};
};
#endif // wxUSE_GRAPHICS_CONTEXT
class EwxNotificationMessage : public wxNotificationMessage {
public: ~EwxNotificationMessage() {((WxeApp *)wxTheApp)->clearPtr(this);};
EwxNotificationMessage(const wxString& title,const wxString& message,wxWindow * parent,int flags) : wxNotificationMessage(title,message,parent,flags) {};
EwxNotificationMessage() : wxNotificationMessage() {};
};
|