mirror of
https://github.com/mappu/miqt.git
synced 2025-01-03 14:18:37 +00:00
doc/TODO: update current status
This commit is contained in:
parent
afcde0a69b
commit
911f4e378a
15
TODO
15
TODO
@ -8,15 +8,16 @@ Phase 1
|
|||||||
- [ ] Generate types
|
- [ ] Generate types
|
||||||
- [X] Convert parameter pointer types to binding types
|
- [X] Convert parameter pointer types to binding types
|
||||||
- [X] Basic methods
|
- [X] Basic methods
|
||||||
- [ ] Special methods
|
- [X] Special methods
|
||||||
- [ ] Constructors
|
- [X] Constructors
|
||||||
- [ ] Destructors
|
- [X] Prevent calling ctor of abstract class
|
||||||
- [ ] Copy-constructors
|
- [X] ~~Destructors~~ We only need .Delete()
|
||||||
|
- [X] Copy-constructors
|
||||||
- [ ] Move-constructors (Qt6)
|
- [ ] Move-constructors (Qt6)
|
||||||
- [X] Operator overloading
|
- [X] Operator overloading
|
||||||
- [ ] Class inheritance
|
- [X] Class inheritance
|
||||||
- [ ] Detect in AST
|
- [X] Detect in AST
|
||||||
- [ ] Downcast helper methods
|
- [X] ~~Downcast helper methods~~ Direct type available
|
||||||
- [ ] Member variables
|
- [ ] Member variables
|
||||||
- [ ] Static methods
|
- [ ] Static methods
|
||||||
- [X] Return of class types passed by pointer
|
- [X] Return of class types passed by pointer
|
||||||
|
Loading…
Reference in New Issue
Block a user