Samchon Framework for CPP
1.0.0
|
This is the complete list of members for samchon::library::ProgressEvent, including all inherited members.
denominator | samchon::library::ProgressEvent | protected |
Event(EventDispatcher *source, int type) | samchon::library::Event | inline |
getDenominator() const -> size_t | samchon::library::ProgressEvent | inline |
getNumerator() const -> size_t | samchon::library::ProgressEvent | inline |
getPercent() const -> double | samchon::library::ProgressEvent | inline |
getSource() const -> EventDispatcher * | samchon::library::Event | inline |
getType() const -> int | samchon::library::Event | inline |
numerator | samchon::library::ProgressEvent | protected |
ProgressEvent(EventDispatcher *source, size_t numerator, size_t denominator) | samchon::library::ProgressEvent | inline |
source | samchon::library::Event | protected |
type | samchon::library::Event | protected |