View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001453 | NoesisGUI | C++ SDK | public | 2019-04-24 01:47 | 2019-04-24 12:15 |
| Reporter | mingingmingler | Assigned To | sfernandez | ||
| Priority | normal | Severity | minor | ||
| Status | feedback | Resolution | open | ||
| Product Version | 2.2.1 | ||||
| Summary | 0001453: Minor inconsistency in naming convention in native API | ||||
| Description | Hi, was just integrating the native API into a project and noticed the following 3 lines in NsGui\Style.h: typedef Noesis::UICollection<Noesis::BaseSetter> BaseSetterCollection; It seems according to this convention, TriggerCollection should've been named BaseTriggerCollection. This may circumstantially conflict with TriggerCollection in the interactivity API. Fairly sure I spotted this in a couple other files but I forgot which ones they were. Not sure if a problem, thought I'd raise it anyway. | ||||
| Platform | Any | ||||
|
Those names try to match WPF names: Although it is true we should change some of our base class names in C++ API to exactly match WPF to avoid any confusion (we already did that in C# API): |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2019-04-24 01:47 | mingingmingler | New Issue | |
| 2019-04-24 01:49 | mingingmingler | Description Updated | |
| 2019-04-24 01:52 | mingingmingler | Description Updated | |
| 2019-04-24 12:15 | sfernandez | Assigned To | => sfernandez |
| 2019-04-24 12:15 | sfernandez | Status | new => feedback |
| 2019-04-24 12:15 | sfernandez | Note Added: 0005639 |