#include <channeloffsetspage.h>
Public Slots | |
| void | propertyModified () |
| void | resetModificationStatus () |
Public Member Functions | |
| ChannelOffsetsPage (QWidget *parent=0, const char *name=0) | |
| void | setNbChannels (int nbChannels) |
| void | getOffsets (QMap< int, int > &offsets) |
| void | setOffsets (QMap< int, int > &offsets) |
| bool | isModified () const |
| void ChannelOffsetsPage::setNbChannels | ( | int | nbChannels | ) | [inline] |
Sets the number of channels, creating the correspondent number of lines in the table.
| nbChannels | number of channels. |
| void ChannelOffsetsPage::getOffsets | ( | QMap< int, int > & | offsets | ) |
Returns the offsets associated with the channels.
| offsets | map given the channel default offsetsr. |
| void ChannelOffsetsPage::setOffsets | ( | QMap< int, int > & | offsets | ) |
Sets the offsets associated with the channels.
| offsets | map given the channel default offsets. |
| bool ChannelOffsetsPage::isModified | ( | ) | const [inline] |
True if at least one property has been modified, false otherwise.
| void ChannelOffsetsPage::propertyModified | ( | ) | [inline, slot] |
Will be called when any properties is modified.
| void ChannelOffsetsPage::resetModificationStatus | ( | ) | [inline, slot] |
Resets the internal modification status to false.
1.5.1