Skip to content

Commit da1c8b9

Browse files
committed
some comments
1 parent 6f20765 commit da1c8b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

trikControl/include/trikControl/display.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,12 @@ public slots:
4040
/// supported formats, but .jpg, .png, .bmp, .gif are supported.
4141
void showImage(QString const &fileName);
4242

43+
/// Add a label to the specific position of the screen.
44+
/// @param text - label text.
45+
/// @param x @param y - label coordinates.
4346
void addLabel(QString const &text, int x, int y);
4447

48+
/// Remove all labels from the screen.
4549
void removeLabels();
4650

4751
/// Shortcut to showImage, shows happy smile.

0 commit comments

Comments
 (0)