|
@ -77,17 +77,23 @@ private: |
|
|
US_PROPERTY_VIEW_ONLY(bool, cModeEnable, true) |
|
|
US_PROPERTY_VIEW_ONLY(bool, cModeEnable, true) |
|
|
|
|
|
|
|
|
public: |
|
|
public: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ColorImageProvider* imageProviderB; |
|
|
ColorImageProvider* imageProviderB; |
|
|
ColorImageProvider* imageProviderM; |
|
|
ColorImageProvider* imageProviderM; |
|
|
ColorImageProvider* imageProviderAnnot; |
|
|
ColorImageProvider* imageProviderAnnot; |
|
|
|
|
|
|
|
|
//for single image to QML
|
|
|
ColorImageProvider* imageProviderPictures; |
|
|
|
|
|
// ##1 we use this for bodyMoark
|
|
|
|
|
|
// make new class that has inherited from QQuickImageProvider instead
|
|
|
|
|
|
// of imageProvider, send images regard to the name
|
|
|
ColorImageProvider* imageProvider; |
|
|
ColorImageProvider* imageProvider; |
|
|
US_SONO_IMAGE_MONITOR_RESOLUTION(SonoImage) |
|
|
US_SONO_IMAGE_MONITOR_RESOLUTION(SonoImage) |
|
|
US_MOUSE (mouse) |
|
|
US_MOUSE (mouse) |
|
|
US_NOTIF(mousePressed) |
|
|
US_NOTIF(mousePressed) |
|
|
US_NOTIF(mouseRealeased) |
|
|
US_NOTIF(mouseRealeased) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
US_PROPERTY (int, widthOfScene, 100) |
|
|
US_PROPERTY (int, widthOfScene, 100) |
|
|
US_PROPERTY (int, heightOfScene, 100) |
|
|
US_PROPERTY (int, heightOfScene, 100) |
|
|
|
|
|
|
|
|